#D5D266

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

Shades of Goldenrod #D5D266

Tints of Goldenrod #D5D266

Color information

#D5D266 (or 0xD5D266) is unknown color: approx Goldenrod. HEX triplet: D5, D2 and 66. RGB value is (213,210,102). Sum of RGB (Red+Green+Blue) = 213+210+102=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D266 is #2A2D99. Grayscale: #C7C7C7. Windows color (decimal): -2764186 or 6738645. OLE color: 6738645.

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

Color convert

RGB213210102-
CMYK00.010.520.16
HSL58.38º56.92%61.76%-
HSV(B)58.38º52.11%83.53%-
XYZ52.8961.221.6-
YUV198.5873.49138.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 102 (40.23% from 255) = 19.43%
R=40.57%
G=40%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321010200.010.520.1658.3856.9261.76
HexD5D2660134103a393e
Octal325322146016420727176
Binary110101011101001011001100111010010000111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D266; }

 p { color: rgb(213,210,102); }

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

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

 a { background-color: rgb(213,210,102); }

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

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

 span { border-color: rgb(213,210,102); }

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