Html Css Color HEX #DCD43C Starship

📋 copy color: '#DCD43C'

red 220 ◦ green 212 ◦ blue 60

#DCD43C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #DCD43C

Tints of Starship #DCD43C

RGB

 RED value IS 220 (86.33% from 255) = 44.72%

 GREEN value IS 212 (83.2% from 255) = 43.09%

 BLUE value IS 60 (23.83% from 255) = 12.2%

R = 44.72%
G = 43.09%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCD43C (or 0xDCD43C) is known color: Starship. HEX triplet: DC, D4 and 3C. RGB value is (220,212,60). Sum of RGB (Red+Green+Blue) = 220+212+60=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD43C is #232BC3. Grayscale: #C5C5C5. Windows color (decimal): -2304964 or 3986652. OLE color: 3986652.

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

Color convert

RGB 220 212 60 -
CMYK 0 0.04 0.73 0.14
HSL 57º 0.7% 0.55% -
HSV(B) 57º 0.73% 0.86% -
XYZ 53.87 62.63 13.52 -
YUV 197.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 220 212 60 0 0.04 0.73 0.14 57 0.7 0.55
Hex DC D4 3C 0 4 49 E 39 46 37
Octal 334 324 74 0 4 111 16 71 106 67
Binary 11011100 11010100 111100 0 100 1001001 1110 111001 1000110 110111

Color Harmonies of #DCD43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD43C

Black with #DCD43C

Text Example


Text Example

White with #DCD43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD43C; }

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

 H1.HeaderClassName
 {
   color: #DCD43C;
 }
 .AnyTagClassName
 {
   color: #DCD43C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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