Html Css Color HEX #D4DC76 Goldenrod

📋 copy color: '#D4DC76'

red 212 ◦ green 220 ◦ blue 118

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

Shades of Goldenrod #D4DC76

Tints of Goldenrod #D4DC76

RGB

 RED value IS 212 (83.2% from 255) = 38.55%

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

 BLUE value IS 118 (46.48% from 255) = 21.45%

R = 38.55%
G = 40%
B = 21.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#D4DC76 (or 0xD4DC76) is known color: Goldenrod. HEX triplet: D4, DC and 76. RGB value is (212,220,118). Sum of RGB (Red+Green+Blue) = 212+220+118=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC76 is #2B2389. Grayscale: #CECECE. Windows color (decimal): -2827146 or 7789780. OLE color: 7789780.

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

Color convert

RGB 212 220 118 -
CMYK 0.04 0 0.46 0.14
HSL 64.71º 0.59% 0.66% -
HSV(B) 64.71º 0.46% 0.86% -
XYZ 56.01 66.49 27.02 -
YUV 205.98 78.35 132.29 -
System Red Green Blue C M Y K H S L
Decimal 212 220 118 0.04 0 0.46 0.14 64.71 0.59 0.66
Hex D4 DC 76 4 0 2E E 41 3B 42
Octal 324 334 166 4 0 56 16 101 73 102
Binary 11010100 11011100 1110110 100 0 101110 1110 1000001 111011 1000010

Color Harmonies of #D4DC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC76

Black with #D4DC76

Text Example


Text Example

White with #D4DC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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