#DCD43A

Color #DCD43A Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #DCD43A

Tints of Starship #DCD43A

Color information

#DCD43A (or 0xDCD43A) is unknown color: approx Starship. HEX triplet: DC, D4 and 3A. RGB value is (220,212,58). Sum of RGB (Red+Green+Blue) = 220+212+58=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD43A is #232BC5. Grayscale: #C5C5C5. Windows color (decimal): -2304966 or 3855580. OLE color: 3855580.

HSL color Cylindrical-coordinate representation of color #DCD43A: hue angle of 57.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCD43A is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB22021258-
CMYK00.040.740.14
HSL57.04º69.83%54.51%-
HSV(B)57.04º73.64%86.27%-
XYZ53.8262.6113.25-
YUV196.8449.65144.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 44.90%
GREEN value IS 212 (83.20% from 255) = 43.27%
BLUE value IS 58 (23.05% from 255) = 11.84%
R=44.90%
G=43.27%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202125800.040.740.1457.0469.8354.51
HexDCD43A044AE394637
Octal3343247204112167110667
Binary11011100110101001110100100100101011101110011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD43A; }

 p { color: rgb(220,212,58); }

 H1.HeaderClassName
 {
   color: #DCD43A;
 }
 .AnyTagClassName
 {
   color: #DCD43A;
 }
</style>
background-color css

<style>
 a { background-color: #DCD43A; }

 a { background-color: rgb(220,212,58); }

 div.DivClassName
 {
   background-color: #DCD43A;
 }
 .BgClassName
 {
   background-color: #DCD43A;
 }
</style>
border-color css

<style>
 span { border-color: #DCD43A; }

 span { border-color: rgb(220,212,58); }

 td.TdClassName
 {
   border-color: #DCD43A;
 }
 .TagClassName
 {
   border-color: #DCD43A;
 }
</style>