Html Css Color HEX #D4BD8C Straw

📋 copy color: '#D4BD8C'

red 212 ◦ green 189 ◦ blue 140

#D4BD8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Straw #D4BD8C

Tints of Straw #D4BD8C

RGB

 RED value IS 212 (83.2% from 255) = 39.19%

 GREEN value IS 189 (74.22% from 255) = 34.94%

 BLUE value IS 140 (55.08% from 255) = 25.88%

R = 39.19%
G = 34.94%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4BD8C (or 0xD4BD8C) is known color: Straw. HEX triplet: D4, BD and 8C. RGB value is (212,189,140). Sum of RGB (Red+Green+Blue) = 212+189+140=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BD8C is #2B4273. Grayscale: #BEBEBE. Windows color (decimal): -2835060 or 9223636. OLE color: 9223636.

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

Color convert

RGB 212 189 140 -
CMYK 0 0.11 0.34 0.17
HSL 40.83º 0.46% 0.69% -
HSV(B) 40.83º 0.34% 0.83% -
XYZ 50.08 52.29 32.26 -
YUV 190.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 212 189 140 0 0.11 0.34 0.17 40.83 0.46 0.69
Hex D4 BD 8C 0 B 22 11 29 2E 45
Octal 324 275 214 0 13 42 21 51 56 105
Binary 11010100 10111101 10001100 0 1011 100010 10001 101001 101110 1000101

Color Harmonies of #D4BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BD8C

Black with #D4BD8C

Text Example


Text Example

White with #D4BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BD8C; }

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

 H1.HeaderClassName
 {
   color: #D4BD8C;
 }
 .AnyTagClassName
 {
   color: #D4BD8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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