Html Css Color HEX #D7D071 Goldenrod

📋 copy color: '#D7D071'

red 215 ◦ green 208 ◦ blue 113

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

Shades of Goldenrod #D7D071

Tints of Goldenrod #D7D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.81%

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

R = 40.11%
G = 38.81%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7D071 (or 0xD7D071) is known color: Goldenrod. HEX triplet: D7, D0 and 71. RGB value is (215,208,113). Sum of RGB (Red+Green+Blue) = 215+208+113=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D071 is #282F8E. Grayscale: #C7C7C7. Windows color (decimal): -2633615 or 7459031. OLE color: 7459031.

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

Color convert

RGB 215 208 113 -
CMYK 0 0.03 0.47 0.16
HSL 55.88º 0.56% 0.64% -
HSV(B) 55.88º 0.47% 0.84% -
XYZ 53.56 60.75 24.53 -
YUV 199.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 215 208 113 0 0.03 0.47 0.16 55.88 0.56 0.64
Hex D7 D0 71 0 3 2F 10 38 38 40
Octal 327 320 161 0 3 57 20 70 70 100
Binary 11010111 11010000 1110001 0 11 101111 10000 111000 111000 1000000

Color Harmonies of #D7D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D071

Black with #D7D071

Text Example


Text Example

White with #D7D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D071; }

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

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

background-color css

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

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

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

border-color css

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

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

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