#D5C07E

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

Shades of Straw #D5C07E

Tints of Straw #D5C07E

Color information

#D5C07E (or 0xD5C07E) is unknown color: approx Straw. HEX triplet: D5, C0 and 7E. RGB value is (213,192,126). Sum of RGB (Red+Green+Blue) = 213+192+126=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C07E is #2A3F81. Grayscale: #BFBFBF. Windows color (decimal): -2768770 or 8306901. OLE color: 8306901.

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

Color convert

RGB213192126-
CMYK00.100.410.16
HSL45.52º50.88%66.47%-
HSV(B)45.52º40.85%83.53%-
XYZ50.0653.3527.4-
YUV190.7691.46143.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 126 (49.61% from 255) = 23.73%
R=40.11%
G=36.16%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319212600.100.410.1645.5250.8866.47
HexD5C07E0A29102e3342
Octal32530017601251205663102
Binary1101010111000000111111001010101001100001011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C07E; }

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

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

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

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

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

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

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

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