Html Css Color HEX #D5BB7A Straw

📋 copy color: '#D5BB7A'

red 213 ◦ green 187 ◦ blue 122

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

Shades of Straw #D5BB7A

Tints of Straw #D5BB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.37%

R = 40.8%
G = 35.82%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5BB7A (or 0xD5BB7A) is known color: Straw. HEX triplet: D5, BB and 7A. RGB value is (213,187,122). Sum of RGB (Red+Green+Blue) = 213+187+122=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB7A is #2A4485. Grayscale: #BBBBBB. Windows color (decimal): -2770054 or 8043477. OLE color: 8043477.

HSL color Cylindrical-coordinate representation of color #D5BB7A: hue angle of 42.86º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5BB7A is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 187 122 -
CMYK 0 0.12 0.43 0.16
HSL 42.86º 0.52% 0.66% -
HSV(B) 42.86º 0.43% 0.84% -
XYZ 48.72 51.09 25.71 -
YUV 187.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 213 187 122 0 0.12 0.43 0.16 42.86 0.52 0.66
Hex D5 BB 7A 0 C 2B 10 2B 34 42
Octal 325 273 172 0 14 53 20 53 64 102
Binary 11010101 10111011 1111010 0 1100 101011 10000 101011 110100 1000010

Color Harmonies of #D5BB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB7A

Black with #D5BB7A

Text Example


Text Example

White with #D5BB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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