Html Css Color HEX #D7D371 Goldenrod

📋 copy color: '#D7D371'

red 215 ◦ green 211 ◦ blue 113

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

Shades of Goldenrod #D7D371

Tints of Goldenrod #D7D371

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.15%

 BLUE value IS 113 (44.53% from 255) = 20.96%

R = 39.89%
G = 39.15%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7D371 (or 0xD7D371) is known color: Goldenrod. HEX triplet: D7, D3 and 71. RGB value is (215,211,113). Sum of RGB (Red+Green+Blue) = 215+211+113=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D371 is #282C8E. Grayscale: #C9C9C9. Windows color (decimal): -2632847 or 7459799. OLE color: 7459799.

HSL color Cylindrical-coordinate representation of color #D7D371: hue angle of 57.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7D371 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 211 113 -
CMYK 0 0.02 0.47 0.16
HSL 57.65º 0.56% 0.64% -
HSV(B) 57.65º 0.47% 0.84% -
XYZ 54.3 62.23 24.77 -
YUV 201.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 215 211 113 0 0.02 0.47 0.16 57.65 0.56 0.64
Hex D7 D3 71 0 2 2F 10 3A 38 40
Octal 327 323 161 0 2 57 20 72 70 100
Binary 11010111 11010011 1110001 0 10 101111 10000 111010 111000 1000000

Color Harmonies of #D7D371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D371

Black with #D7D371

Text Example


Text Example

White with #D7D371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D371; }

 p { color: rgb(215,211,113); }

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

background-color css

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

 a { background-color: rgb(215,211,113); }

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

border-color css

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

 span { border-color: rgb(215,211,113); }

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