#D7D26C

Color #D7D26C Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D7D26C

Tints of Goldenrod #D7D26C

Color information

#D7D26C (or 0xD7D26C) is unknown color: approx Goldenrod. HEX triplet: D7, D2 and 6C. RGB value is (215,210,108). Sum of RGB (Red+Green+Blue) = 215+210+108=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D26C is #282D93. Grayscale: #C8C8C8. Windows color (decimal): -2633108 or 7131863. OLE color: 7131863.

HSL color Cylindrical-coordinate representation of color #D7D26C: hue angle of 57.2º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7D26C is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB215210108-
CMYK00.020.500.16
HSL57.2º57.22%63.33%-
HSV(B)57.2º49.77%84.31%-
XYZ53.7861.6223.25-
YUV199.8776.16138.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 108 (42.58% from 255) = 20.26%
R=40.34%
G=39.40%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521010800.020.500.1657.257.2263.33
HexD7D26C02321039393f
Octal327322154026220717177
Binary1101011111010010110110001011001010000111001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D26C; }

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

 H1.HeaderClassName
 {
   color: #D7D26C;
 }
 .AnyTagClassName
 {
   color: #D7D26C;
 }
</style>
background-color css

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

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

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

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

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

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