Html Css Color HEX #DCD439 Starship

📋 copy color: '#DCD439'

red 220 ◦ green 212 ◦ blue 57

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

Shades of Starship #DCD439

Tints of Starship #DCD439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.66%

R = 44.99%
G = 43.35%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCD439 (or 0xDCD439) is known color: Starship. HEX triplet: DC, D4 and 39. RGB value is (220,212,57). Sum of RGB (Red+Green+Blue) = 220+212+57=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 57 (22.66% from 255 or 11.66% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD439 is #232BC6. Grayscale: #C5C5C5. Windows color (decimal): -2304967 or 3790044. OLE color: 3790044.

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

Color convert

RGB 220 212 57 -
CMYK 0 0.04 0.74 0.14
HSL 57.06º 0.7% 0.54% -
HSV(B) 57.06º 0.74% 0.86% -
XYZ 53.8 62.6 13.12 -
YUV 196.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 220 212 57 0 0.04 0.74 0.14 57.06 0.7 0.54
Hex DC D4 39 0 4 4A E 39 46 36
Octal 334 324 71 0 4 112 16 71 106 66
Binary 11011100 11010100 111001 0 100 1001010 1110 111001 1000110 110110

Color Harmonies of #DCD439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD439

Black with #DCD439

Text Example


Text Example

White with #DCD439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD439; }

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

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

background-color css

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

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

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

border-color css

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

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

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