Html Css Color HEX #D7D271 Goldenrod

📋 copy color: '#D7D271'

red 215 ◦ green 210 ◦ blue 113

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

Shades of Goldenrod #D7D271

Tints of Goldenrod #D7D271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.03%

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

R = 39.96%
G = 39.03%
B = 21%

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

#D7D271 (or 0xD7D271) is known color: Goldenrod. HEX triplet: D7, D2 and 71. RGB value is (215,210,113). Sum of RGB (Red+Green+Blue) = 215+210+113=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D271 is #282D8E. Grayscale: #C8C8C8. Windows color (decimal): -2633103 or 7459543. OLE color: 7459543.

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

Color convert

RGB 215 210 113 -
CMYK 0 0.02 0.47 0.16
HSL 57.06º 0.56% 0.64% -
HSV(B) 57.06º 0.47% 0.84% -
XYZ 54.05 61.73 24.69 -
YUV 200.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 215 210 113 0 0.02 0.47 0.16 57.06 0.56 0.64
Hex D7 D2 71 0 2 2F 10 39 38 40
Octal 327 322 161 0 2 57 20 71 70 100
Binary 11010111 11010010 1110001 0 10 101111 10000 111001 111000 1000000

Color Harmonies of #D7D271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D271

Black with #D7D271

Text Example


Text Example

White with #D7D271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D271; }

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

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

background-color css

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

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

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

border-color css

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

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

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