Html Css Color HEX #D9DC72 Goldenrod

📋 copy color: '#D9DC72'

red 217 ◦ green 220 ◦ blue 114

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

Shades of Goldenrod #D9DC72

Tints of Goldenrod #D9DC72

RGB

 RED value IS 217 (85.16% from 255) = 39.38%

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

 BLUE value IS 114 (44.92% from 255) = 20.69%

R = 39.38%
G = 39.93%
B = 20.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#D9DC72 (or 0xD9DC72) is known color: Goldenrod. HEX triplet: D9, DC and 72. RGB value is (217,220,114). Sum of RGB (Red+Green+Blue) = 217+220+114=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC72 is #26238D. Grayscale: #CFCFCF. Windows color (decimal): -2499470 or 7527641. OLE color: 7527641.

HSL color Cylindrical-coordinate representation of color #D9DC72: hue angle of 61.7º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9DC72 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 114 -
CMYK 0.01 0 0.48 0.14
HSL 61.7º 0.6% 0.65% -
HSV(B) 61.7º 0.48% 0.86% -
XYZ 57.25 67.15 25.86 -
YUV 207.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 217 220 114 0.01 0 0.48 0.14 61.7 0.6 0.65
Hex D9 DC 72 1 0 30 E 3E 3C 41
Octal 331 334 162 1 0 60 16 76 74 101
Binary 11011001 11011100 1110010 1 0 110000 1110 111110 111100 1000001

Color Harmonies of #D9DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC72

Black with #D9DC72

Text Example


Text Example

White with #D9DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC72; }

 p { color: rgb(217,220,114); }

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

background-color css

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

 a { background-color: rgb(217,220,114); }

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

border-color css

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

 span { border-color: rgb(217,220,114); }

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