#D4BD7C

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

Shades of Straw #D4BD7C

Tints of Straw #D4BD7C

Color information

#D4BD7C (or 0xD4BD7C) is unknown color: approx Straw. HEX triplet: D4, BD and 7C. RGB value is (212,189,124). Sum of RGB (Red+Green+Blue) = 212+189+124=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BD7C is #2B4283. Grayscale: #BCBCBC. Windows color (decimal): -2835076 or 8175060. OLE color: 8175060.

HSL color Cylindrical-coordinate representation of color #D4BD7C: hue angle of 44.32º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4BD7C is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB212189124-
CMYK00.110.420.17
HSL44.32º50.57%65.88%-
HSV(B)44.32º41.51%83.14%-
XYZ48.9951.8526.49-
YUV188.4791.62144.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.38%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 124 (48.83% from 255) = 23.62%
R=40.38%
G=36%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218912400.110.420.1744.3250.5765.88
HexD4BD7C0B2A112c3342
Octal32427517401352215463102
Binary1101010010111101111110001011101010100011011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BD7C; }

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

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

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

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

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

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

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

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