Html Css Color HEX #D7D771 Goldenrod

📋 copy color: '#D7D771'

red 215 ◦ green 215 ◦ blue 113

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

Shades of Goldenrod #D7D771

Tints of Goldenrod #D7D771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.59%

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

R = 39.59%
G = 39.59%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7D771 (or 0xD7D771) is known color: Goldenrod. HEX triplet: D7, D7 and 71. RGB value is (215,215,113). Sum of RGB (Red+Green+Blue) = 215+215+113=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D771 is #28288E. Grayscale: #CBCBCB. Windows color (decimal): -2631823 or 7460823. OLE color: 7460823.

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

Color convert

RGB 215 215 113 -
CMYK 0 0 0.47 0.16
HSL 60º 0.56% 0.64% -
HSV(B) 60º 0.47% 0.84% -
XYZ 55.31 64.24 25.11 -
YUV 203.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 215 215 113 0 0 0.47 0.16 60 0.56 0.64
Hex D7 D7 71 0 0 2F 10 3C 38 40
Octal 327 327 161 0 0 57 20 74 70 100
Binary 11010111 11010111 1110001 0 0 101111 10000 111100 111000 1000000

Color Harmonies of #D7D771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D771

Black with #D7D771

Text Example


Text Example

White with #D7D771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D771; }

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

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

background-color css

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

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

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

border-color css

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

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

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