#D5D27B

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

Shades of Deco #D5D27B

Tints of Deco #D5D27B

Color information

#D5D27B (or 0xD5D27B) is unknown color: approx Deco. HEX triplet: D5, D2 and 7B. RGB value is (213,210,123). Sum of RGB (Red+Green+Blue) = 213+210+123=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D27B is #2A2D84. Grayscale: #C9C9C9. Windows color (decimal): -2764165 or 8114901. OLE color: 8114901.

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

Color convert

RGB213210123-
CMYK00.010.420.16
HSL58º51.72%65.88%-
HSV(B)58º42.25%83.53%-
XYZ54.0661.6727.79-
YUV200.9883.99136.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 210 (82.42% from 255) = 38.46%
BLUE value IS 123 (48.44% from 255) = 22.53%
R=39.01%
G=38.46%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321012300.010.420.165851.7265.88
HexD5D27B012A103a3442
Octal3253221730152207264102
Binary1101010111010010111101101101010100001110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D27B; }

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

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

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

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

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

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

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

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