Html Css Color HEX #D5BA7A Straw

📋 copy color: '#D5BA7A'

red 213 ◦ green 186 ◦ blue 122

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

Shades of Straw #D5BA7A

Tints of Straw #D5BA7A

RGB

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

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

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

R = 40.88%
G = 35.7%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5BA7A (or 0xD5BA7A) is known color: Straw. HEX triplet: D5, BA and 7A. RGB value is (213,186,122). Sum of RGB (Red+Green+Blue) = 213+186+122=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA7A is #2A4585. Grayscale: #BBBBBB. Windows color (decimal): -2770310 or 8043221. OLE color: 8043221.

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

Color convert

RGB 213 186 122 -
CMYK 0 0.13 0.43 0.16
HSL 42.2º 0.52% 0.66% -
HSV(B) 42.2º 0.43% 0.84% -
XYZ 48.51 50.67 25.64 -
YUV 186.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 213 186 122 0 0.13 0.43 0.16 42.2 0.52 0.66
Hex D5 BA 7A 0 D 2B 10 2A 34 42
Octal 325 272 172 0 15 53 20 52 64 102
Binary 11010101 10111010 1111010 0 1101 101011 10000 101010 110100 1000010

Color Harmonies of #D5BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA7A

Black with #D5BA7A

Text Example


Text Example

White with #D5BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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