Html Css Color HEX #D4D875 Goldenrod

📋 copy color: '#D4D875'

red 212 ◦ green 216 ◦ blue 117

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

Shades of Goldenrod #D4D875

Tints of Goldenrod #D4D875

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.63%

 BLUE value IS 117 (46.09% from 255) = 21.47%

R = 38.9%
G = 39.63%
B = 21.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D4D875 (or 0xD4D875) is known color: Goldenrod. HEX triplet: D4, D8 and 75. RGB value is (212,216,117). Sum of RGB (Red+Green+Blue) = 212+216+117=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D875 is #2B278A. Grayscale: #CBCBCB. Windows color (decimal): -2828171 or 7723220. OLE color: 7723220.

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

Color convert

RGB 212 216 117 -
CMYK 0.02 0 0.46 0.15
HSL 62.42º 0.56% 0.65% -
HSV(B) 62.42º 0.46% 0.85% -
XYZ 54.92 64.39 26.36 -
YUV 203.52 79.17 134.05 -
System Red Green Blue C M Y K H S L
Decimal 212 216 117 0.02 0 0.46 0.15 62.42 0.56 0.65
Hex D4 D8 75 2 0 2E F 3E 38 41
Octal 324 330 165 2 0 56 17 76 70 101
Binary 11010100 11011000 1110101 10 0 101110 1111 111110 111000 1000001

Color Harmonies of #D4D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D875

Black with #D4D875

Text Example


Text Example

White with #D4D875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D875; }

 p { color: rgb(212,216,117); }

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

background-color css

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

 a { background-color: rgb(212,216,117); }

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

border-color css

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

 span { border-color: rgb(212,216,117); }

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