Html Css Color HEX #D5BB7B Straw

📋 copy color: '#D5BB7B'

red 213 ◦ green 187 ◦ blue 123

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

Shades of Straw #D5BB7B

Tints of Straw #D5BB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.52%

R = 40.73%
G = 35.76%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5BB7B (or 0xD5BB7B) is known color: Straw. HEX triplet: D5, BB and 7B. RGB value is (213,187,123). Sum of RGB (Red+Green+Blue) = 213+187+123=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB7B is #2A4484. Grayscale: #BBBBBB. Windows color (decimal): -2770053 or 8109013. OLE color: 8109013.

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

Color convert

RGB 213 187 123 -
CMYK 0 0.12 0.42 0.16
HSL 42.67º 0.52% 0.66% -
HSV(B) 42.67º 0.42% 0.84% -
XYZ 48.79 51.12 26.03 -
YUV 187.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 213 187 123 0 0.12 0.42 0.16 42.67 0.52 0.66
Hex D5 BB 7B 0 C 2A 10 2B 34 42
Octal 325 273 173 0 14 52 20 53 64 102
Binary 11010101 10111011 1111011 0 1100 101010 10000 101011 110100 1000010

Color Harmonies of #D5BB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB7B

Black with #D5BB7B

Text Example


Text Example

White with #D5BB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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