Html Css Color HEX #D5BA7B Straw

📋 copy color: '#D5BA7B'

red 213 ◦ green 186 ◦ blue 123

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

Shades of Straw #D5BA7B

Tints of Straw #D5BA7B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.63%

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

R = 40.8%
G = 35.63%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5BA7B (or 0xD5BA7B) is known color: Straw. HEX triplet: D5, BA and 7B. RGB value is (213,186,123). Sum of RGB (Red+Green+Blue) = 213+186+123=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA7B is #2A4584. Grayscale: #BBBBBB. Windows color (decimal): -2770309 or 8108757. OLE color: 8108757.

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

Color convert

RGB 213 186 123 -
CMYK 0 0.13 0.42 0.16
HSL 42º 0.52% 0.66% -
HSV(B) 42º 0.42% 0.84% -
XYZ 48.57 50.69 25.96 -
YUV 186.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 213 186 123 0 0.13 0.42 0.16 42 0.52 0.66
Hex D5 BA 7B 0 D 2A 10 2A 34 42
Octal 325 272 173 0 15 52 20 52 64 102
Binary 11010101 10111010 1111011 0 1101 101010 10000 101010 110100 1000010

Color Harmonies of #D5BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA7B

Black with #D5BA7B

Text Example


Text Example

White with #D5BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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