#D5C07F

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

Shades of Straw #D5C07F

Tints of Straw #D5C07F

Color information

#D5C07F (or 0xD5C07F) is unknown color: approx Straw. HEX triplet: D5, C0 and 7F. RGB value is (213,192,127). Sum of RGB (Red+Green+Blue) = 213+192+127=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C07F is #2A3F80. Grayscale: #BFBFBF. Windows color (decimal): -2768769 or 8372437. OLE color: 8372437.

HSL color Cylindrical-coordinate representation of color #D5C07F: hue angle of 45.35º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5C07F is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213192127-
CMYK00.100.400.16
HSL45.35º50.59%66.67%-
HSV(B)45.35º40.38%83.53%-
XYZ50.1253.3827.74-
YUV190.8791.96143.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 127 (50% from 255) = 23.87%
R=40.04%
G=36.09%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319212700.100.400.1645.3550.5966.67
HexD5C07F0A28102d3343
Octal32530017701250205563103
Binary1101010111000000111111101010101000100001011011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C07F; }

 p { color: rgb(213,192,127); }

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

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

 a { background-color: rgb(213,192,127); }

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

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

 span { border-color: rgb(213,192,127); }

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