Html Css Color HEX #D9D475 Goldenrod

📋 copy color: '#D9D475'

red 217 ◦ green 212 ◦ blue 117

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

Shades of Goldenrod #D9D475

Tints of Goldenrod #D9D475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.83%

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

R = 39.74%
G = 38.83%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D9D475 (or 0xD9D475) is known color: Goldenrod. HEX triplet: D9, D4 and 75. RGB value is (217,212,117). Sum of RGB (Red+Green+Blue) = 217+212+117=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D475 is #262B8A. Grayscale: #CBCBCB. Windows color (decimal): -2501515 or 7722201. OLE color: 7722201.

HSL color Cylindrical-coordinate representation of color #D9D475: hue angle of 57º degrees, saturation: 0.57, 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 #D9D475 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 212 117 -
CMYK 0 0.02 0.46 0.15
HSL 57º 0.57% 0.65% -
HSV(B) 57º 0.46% 0.85% -
XYZ 55.37 63.12 26.1 -
YUV 202.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 217 212 117 0 0.02 0.46 0.15 57 0.57 0.65
Hex D9 D4 75 0 2 2E F 39 39 41
Octal 331 324 165 0 2 56 17 71 71 101
Binary 11011001 11010100 1110101 0 10 101110 1111 111001 111001 1000001

Color Harmonies of #D9D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D475

Black with #D9D475

Text Example


Text Example

White with #D9D475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D475; }

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

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

background-color css

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

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

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

border-color css

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

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

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