Html Css Color HEX #D5BA7E Straw

📋 copy color: '#D5BA7E'

red 213 ◦ green 186 ◦ blue 126

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

Shades of Straw #D5BA7E

Tints of Straw #D5BA7E

RGB

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

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

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

R = 40.57%
G = 35.43%
B = 24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5BA7E (or 0xD5BA7E) is known color: Straw. HEX triplet: D5, BA and 7E. RGB value is (213,186,126). Sum of RGB (Red+Green+Blue) = 213+186+126=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA7E is #2A4581. Grayscale: #BBBBBB. Windows color (decimal): -2770306 or 8305365. OLE color: 8305365.

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

Color convert

RGB 213 186 126 -
CMYK 0 0.13 0.41 0.16
HSL 41.38º 0.51% 0.66% -
HSV(B) 41.38º 0.41% 0.84% -
XYZ 48.77 50.77 26.97 -
YUV 187.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 213 186 126 0 0.13 0.41 0.16 41.38 0.51 0.66
Hex D5 BA 7E 0 D 29 10 29 33 42
Octal 325 272 176 0 15 51 20 51 63 102
Binary 11010101 10111010 1111110 0 1101 101001 10000 101001 110011 1000010

Color Harmonies of #D5BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA7E

Black with #D5BA7E

Text Example


Text Example

White with #D5BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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