Html Css Color HEX #D5BB7E Straw

📋 copy color: '#D5BB7E'

red 213 ◦ green 187 ◦ blue 126

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

Shades of Straw #D5BB7E

Tints of Straw #D5BB7E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.55%

 BLUE value IS 126 (49.61% from 255) = 23.95%

R = 40.49%
G = 35.55%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5BB7E (or 0xD5BB7E) is known color: Straw. HEX triplet: D5, BB and 7E. RGB value is (213,187,126). Sum of RGB (Red+Green+Blue) = 213+187+126=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB7E is #2A4481. Grayscale: #BCBCBC. Windows color (decimal): -2770050 or 8305621. OLE color: 8305621.

HSL color Cylindrical-coordinate representation of color #D5BB7E: hue angle of 42.07º 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 #D5BB7E is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 187 126 -
CMYK 0 0.12 0.41 0.16
HSL 42.07º 0.51% 0.66% -
HSV(B) 42.07º 0.41% 0.84% -
XYZ 48.98 51.19 27.04 -
YUV 187.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 213 187 126 0 0.12 0.41 0.16 42.07 0.51 0.66
Hex D5 BB 7E 0 C 29 10 2A 33 42
Octal 325 273 176 0 14 51 20 52 63 102
Binary 11010101 10111011 1111110 0 1100 101001 10000 101010 110011 1000010

Color Harmonies of #D5BB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB7E

Black with #D5BB7E

Text Example


Text Example

White with #D5BB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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