Html Css Color HEX #D2D975 Goldenrod

📋 copy color: '#D2D975'

red 210 ◦ green 217 ◦ blue 117

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

Shades of Goldenrod #D2D975

Tints of Goldenrod #D2D975

RGB

 RED value IS 210 (82.42% from 255) = 38.6%

 GREEN value IS 217 (85.16% from 255) = 39.89%

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

R = 38.6%
G = 39.89%
B = 21.51%

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

#D2D975 (or 0xD2D975) is known color: Goldenrod. HEX triplet: D2, D9 and 75. RGB value is (210,217,117). Sum of RGB (Red+Green+Blue) = 210+217+117=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D975 is #2D268A. Grayscale: #CBCBCB. Windows color (decimal): -2958987 or 7723474. OLE color: 7723474.

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

Color convert

RGB 210 217 117 -
CMYK 0.03 0 0.46 0.15
HSL 64.2º 0.57% 0.65% -
HSV(B) 64.2º 0.46% 0.85% -
XYZ 54.6 64.61 26.42 -
YUV 203.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 210 217 117 0.03 0 0.46 0.15 64.2 0.57 0.65
Hex D2 D9 75 3 0 2E F 40 39 41
Octal 322 331 165 3 0 56 17 100 71 101
Binary 11010010 11011001 1110101 11 0 101110 1111 1000000 111001 1000001

Color Harmonies of #D2D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D975

Black with #D2D975

Text Example


Text Example

White with #D2D975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D975; }

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

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

background-color css

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

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

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

border-color css

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

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

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