Html Css Color HEX #D5BD8D Straw

📋 copy color: '#D5BD8D'

red 213 ◦ green 189 ◦ blue 141

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

Shades of Straw #D5BD8D

Tints of Straw #D5BD8D

RGB

 RED value IS 213 (83.59% from 255) = 39.23%

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

 BLUE value IS 141 (55.47% from 255) = 25.97%

R = 39.23%
G = 34.81%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5BD8D (or 0xD5BD8D) is known color: Straw. HEX triplet: D5, BD and 8D. RGB value is (213,189,141). Sum of RGB (Red+Green+Blue) = 213+189+141=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BD8D is #2A4272. Grayscale: #BEBEBE. Windows color (decimal): -2769523 or 9289173. OLE color: 9289173.

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

Color convert

RGB 213 189 141 -
CMYK 0 0.11 0.34 0.16
HSL 40º 0.46% 0.69% -
HSV(B) 40º 0.34% 0.84% -
XYZ 50.45 52.46 32.67 -
YUV 190.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 213 189 141 0 0.11 0.34 0.16 40 0.46 0.69
Hex D5 BD 8D 0 B 22 10 28 2E 45
Octal 325 275 215 0 13 42 20 50 56 105
Binary 11010101 10111101 10001101 0 1011 100010 10000 101000 101110 1000101

Color Harmonies of #D5BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BD8D

Black with #D5BD8D

Text Example


Text Example

White with #D5BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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