Html Css Color HEX #D7D975 Goldenrod

📋 copy color: '#D7D975'

red 215 ◦ green 217 ◦ blue 117

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

Shades of Goldenrod #D7D975

Tints of Goldenrod #D7D975

RGB

 RED value IS 215 (84.38% from 255) = 39.16%

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

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

R = 39.16%
G = 39.53%
B = 21.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D7D975 (or 0xD7D975) is known color: Goldenrod. HEX triplet: D7, D9 and 75. RGB value is (215,217,117). Sum of RGB (Red+Green+Blue) = 215+217+117=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D975 is #28268A. Grayscale: #CDCDCD. Windows color (decimal): -2631307 or 7723479. OLE color: 7723479.

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

Color convert

RGB 215 217 117 -
CMYK 0.01 0 0.46 0.15
HSL 61.2º 0.57% 0.65% -
HSV(B) 61.2º 0.46% 0.85% -
XYZ 56.05 65.36 26.49 -
YUV 205 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 215 217 117 0.01 0 0.46 0.15 61.2 0.57 0.65
Hex D7 D9 75 1 0 2E F 3D 39 41
Octal 327 331 165 1 0 56 17 75 71 101
Binary 11010111 11011001 1110101 1 0 101110 1111 111101 111001 1000001

Color Harmonies of #D7D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D975

Black with #D7D975

Text Example


Text Example

White with #D7D975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D975; }

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

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

background-color css

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

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

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

border-color css

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

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

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