Html Css Color HEX #D2BA7E Straw

📋 copy color: '#D2BA7E'

red 210 ◦ green 186 ◦ blue 126

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

Shades of Straw #D2BA7E

Tints of Straw #D2BA7E

RGB

 RED value IS 210 (82.42% from 255) = 40.23%

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

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

R = 40.23%
G = 35.63%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2BA7E (or 0xD2BA7E) is known color: Straw. HEX triplet: D2, BA and 7E. RGB value is (210,186,126). Sum of RGB (Red+Green+Blue) = 210+186+126=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA7E is #2D4581. Grayscale: #BABABA. Windows color (decimal): -2966914 or 8305362. OLE color: 8305362.

HSL color Cylindrical-coordinate representation of color #D2BA7E: hue angle of 42.86º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2BA7E is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 186 126 -
CMYK 0 0.11 0.4 0.18
HSL 42.86º 0.48% 0.66% -
HSV(B) 42.86º 0.4% 0.82% -
XYZ 47.9 50.33 26.93 -
YUV 186.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 210 186 126 0 0.11 0.4 0.18 42.86 0.48 0.66
Hex D2 BA 7E 0 B 28 12 2B 30 42
Octal 322 272 176 0 13 50 22 53 60 102
Binary 11010010 10111010 1111110 0 1011 101000 10010 101011 110000 1000010

Color Harmonies of #D2BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BA7E

Black with #D2BA7E

Text Example


Text Example

White with #D2BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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