#d5bd7c

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

Shades of Straw #D5BD7C

Tints of Straw #D5BD7C

Color information

#D5BD7C (or 0xD5BD7C) is unknown color: approx Straw. HEX triplet: D5, BD and 7C. RGB value is (213,189,124). Sum of RGB (Red+Green+Blue) = 213+189+124=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BD7C is #2A4283. Grayscale: #BDBDBD. Windows color (decimal): -2769540 or 8175061. OLE color: 8175061.

HSL color Cylindrical-coordinate representation of color #D5BD7C: hue angle of 43.82º degrees, saturation: 0.51, 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 #D5BD7C is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213189124-
CMYK00.110.420.16
HSL43.82º51.45%66.08%-
HSV(B)43.82º41.78%83.53%-
XYZ49.285226.51-
YUV188.7791.45145.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 124 (48.83% from 255) = 23.57%
R=40.49%
G=35.93%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318912400.110.420.1643.8251.4566.08
HexD5BD7C0B2A102c3342
Octal32527517401352205463102
Binary1101010110111101111110001011101010100001011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5bd7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5bd7c; }

 p { color: rgb(213,189,124); }

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

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

 a { background-color: rgb(213,189,124); }

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

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

 span { border-color: rgb(213,189,124); }

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