Html Css Color HEX #DCBA77 Straw

📋 copy color: '#DCBA77'

red 220 ◦ green 186 ◦ blue 119

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

Shades of Straw #DCBA77

Tints of Straw #DCBA77

RGB

 RED value IS 220 (86.33% from 255) = 41.9%

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

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

R = 41.9%
G = 35.43%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCBA77 (or 0xDCBA77) is known color: Straw. HEX triplet: DC, BA and 77. RGB value is (220,186,119). Sum of RGB (Red+Green+Blue) = 220+186+119=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA77 is #234588. Grayscale: #BCBCBC. Windows color (decimal): -2311561 or 7846620. OLE color: 7846620.

HSL color Cylindrical-coordinate representation of color #DCBA77: hue angle of 39.8º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCBA77 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 119 -
CMYK 0 0.15 0.46 0.14
HSL 39.8º 0.59% 0.66% -
HSV(B) 39.8º 0.46% 0.86% -
XYZ 50.4 51.67 24.77 -
YUV 188.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 220 186 119 0 0.15 0.46 0.14 39.8 0.59 0.66
Hex DC BA 77 0 F 2E E 28 3B 42
Octal 334 272 167 0 17 56 16 50 73 102
Binary 11011100 10111010 1110111 0 1111 101110 1110 101000 111011 1000010

Color Harmonies of #DCBA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA77

Black with #DCBA77

Text Example


Text Example

White with #DCBA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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