Html Css Color HEX #D2BA77 Straw

📋 copy color: '#D2BA77'

red 210 ◦ green 186 ◦ blue 119

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

Shades of Straw #D2BA77

Tints of Straw #D2BA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.11%

R = 40.78%
G = 36.12%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2BA77 (or 0xD2BA77) is known color: Straw. HEX triplet: D2, BA and 77. RGB value is (210,186,119). Sum of RGB (Red+Green+Blue) = 210+186+119=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA77 is #2D4588. Grayscale: #B9B9B9. Windows color (decimal): -2966921 or 7846610. OLE color: 7846610.

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

Color convert

RGB 210 186 119 -
CMYK 0 0.11 0.43 0.18
HSL 44.18º 0.5% 0.65% -
HSV(B) 44.18º 0.43% 0.82% -
XYZ 47.47 50.15 24.63 -
YUV 185.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 210 186 119 0 0.11 0.43 0.18 44.18 0.5 0.65
Hex D2 BA 77 0 B 2B 12 2C 32 41
Octal 322 272 167 0 13 53 22 54 62 101
Binary 11010010 10111010 1110111 0 1011 101011 10010 101100 110010 1000001

Color Harmonies of #D2BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BA77

Black with #D2BA77

Text Example


Text Example

White with #D2BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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