Html Css Color HEX #D7D675 Goldenrod

📋 copy color: '#D7D675'

red 215 ◦ green 214 ◦ blue 117

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

Shades of Goldenrod #D7D675

Tints of Goldenrod #D7D675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.19%

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

R = 39.38%
G = 39.19%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7D675 (or 0xD7D675) is known color: Goldenrod. HEX triplet: D7, D6 and 75. RGB value is (215,214,117). Sum of RGB (Red+Green+Blue) = 215+214+117=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D675 is #28298A. Grayscale: #CBCBCB. Windows color (decimal): -2632075 or 7722711. OLE color: 7722711.

HSL color Cylindrical-coordinate representation of color #D7D675: hue angle of 59.39º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7D675 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 214 117 -
CMYK 0 0.00 0.46 0.16
HSL 59.39º 0.55% 0.65% -
HSV(B) 59.39º 0.46% 0.84% -
XYZ 55.28 63.82 26.24 -
YUV 203.24 79.33 136.39 -
System Red Green Blue C M Y K H S L
Decimal 215 214 117 0 0.00 0.46 0.16 59.39 0.55 0.65
Hex D7 D6 75 0 0 2E 10 3B 37 41
Octal 327 326 165 0 0 56 20 73 67 101
Binary 11010111 11010110 1110101 0 0 101110 10000 111011 110111 1000001

Color Harmonies of #D7D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D675

Black with #D7D675

Text Example


Text Example

White with #D7D675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D675; }

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

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

background-color css

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

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

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

border-color css

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

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

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