Html Css Color HEX #D7D47A Goldenrod

📋 copy color: '#D7D47A'

red 215 ◦ green 212 ◦ blue 122

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

Shades of Goldenrod #D7D47A

Tints of Goldenrod #D7D47A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.62%

 BLUE value IS 122 (48.05% from 255) = 22.22%

R = 39.16%
G = 38.62%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7D47A (or 0xD7D47A) is known color: Goldenrod. HEX triplet: D7, D4 and 7A. RGB value is (215,212,122). Sum of RGB (Red+Green+Blue) = 215+212+122=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D47A is #282B85. Grayscale: #CACACA. Windows color (decimal): -2632582 or 8049879. OLE color: 8049879.

HSL color Cylindrical-coordinate representation of color #D7D47A: hue angle of 58.06º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7D47A is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 212 122 -
CMYK 0 0.01 0.43 0.16
HSL 58.06º 0.54% 0.66% -
HSV(B) 58.06º 0.43% 0.84% -
XYZ 55.08 62.94 27.66 -
YUV 202.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 215 212 122 0 0.01 0.43 0.16 58.06 0.54 0.66
Hex D7 D4 7A 0 1 2B 10 3A 36 42
Octal 327 324 172 0 1 53 20 72 66 102
Binary 11010111 11010100 1111010 0 1 101011 10000 111010 110110 1000010

Color Harmonies of #D7D47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D47A

Black with #D7D47A

Text Example


Text Example

White with #D7D47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D47A; }

 p { color: rgb(215,212,122); }

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

background-color css

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

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

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

border-color css

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

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

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