Html Css Color HEX #D4DA76 Goldenrod

📋 copy color: '#D4DA76'

red 212 ◦ green 218 ◦ blue 118

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

Shades of Goldenrod #D4DA76

Tints of Goldenrod #D4DA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.78%

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

R = 38.69%
G = 39.78%
B = 21.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D4DA76 (or 0xD4DA76) is known color: Goldenrod. HEX triplet: D4, DA and 76. RGB value is (212,218,118). Sum of RGB (Red+Green+Blue) = 212+218+118=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DA76 is #2B2589. Grayscale: #CDCDCD. Windows color (decimal): -2827658 or 7789268. OLE color: 7789268.

HSL color Cylindrical-coordinate representation of color #D4DA76: hue angle of 63.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4DA76 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 218 118 -
CMYK 0.03 0 0.46 0.15
HSL 63.6º 0.57% 0.66% -
HSV(B) 63.6º 0.46% 0.85% -
XYZ 55.49 65.45 26.85 -
YUV 204.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 212 218 118 0.03 0 0.46 0.15 63.6 0.57 0.66
Hex D4 DA 76 3 0 2E F 40 39 42
Octal 324 332 166 3 0 56 17 100 71 102
Binary 11010100 11011010 1110110 11 0 101110 1111 1000000 111001 1000010

Color Harmonies of #D4DA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA76

Black with #D4DA76

Text Example


Text Example

White with #D4DA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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