Html Css Color HEX #D2DC5E Goldenrod

📋 copy color: '#D2DC5E'

red 210 ◦ green 220 ◦ blue 94

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

Shades of Goldenrod #D2DC5E

Tints of Goldenrod #D2DC5E

RGB

 RED value IS 210 (82.42% from 255) = 40.08%

 GREEN value IS 220 (86.33% from 255) = 41.98%

 BLUE value IS 94 (37.11% from 255) = 17.94%

R = 40.08%
G = 41.98%
B = 17.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#D2DC5E (or 0xD2DC5E) is known color: Goldenrod. HEX triplet: D2, DC and 5E. RGB value is (210,220,94). Sum of RGB (Red+Green+Blue) = 210+220+94=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC5E is #2D23A1. Grayscale: #CBCBCB. Windows color (decimal): -2958242 or 6216914. OLE color: 6216914.

HSL color Cylindrical-coordinate representation of color #D2DC5E: hue angle of 64.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2DC5E is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 94 -
CMYK 0.05 0 0.57 0.14
HSL 64.76º 0.64% 0.62% -
HSV(B) 64.76º 0.57% 0.86% -
XYZ 54.19 65.7 20.41 -
YUV 202.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 210 220 94 0.05 0 0.57 0.14 64.76 0.64 0.62
Hex D2 DC 5E 5 0 39 E 41 40 3E
Octal 322 334 136 5 0 71 16 101 100 76
Binary 11010010 11011100 1011110 101 0 111001 1110 1000001 1000000 111110

Color Harmonies of #D2DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC5E

Black with #D2DC5E

Text Example


Text Example

White with #D2DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC5E; }

 p { color: rgb(210,220,94); }

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

background-color css

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

 a { background-color: rgb(210,220,94); }

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

border-color css

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

 span { border-color: rgb(210,220,94); }

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