Html Css Color HEX #DCBA7C Straw

📋 copy color: '#DCBA7C'

red 220 ◦ green 186 ◦ blue 124

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

Shades of Straw #DCBA7C

Tints of Straw #DCBA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.4%

R = 41.51%
G = 35.09%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCBA7C (or 0xDCBA7C) is known color: Straw. HEX triplet: DC, BA and 7C. RGB value is (220,186,124). Sum of RGB (Red+Green+Blue) = 220+186+124=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA7C is #234583. Grayscale: #BDBDBD. Windows color (decimal): -2311556 or 8174300. OLE color: 8174300.

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

Color convert

RGB 220 186 124 -
CMYK 0 0.15 0.44 0.14
HSL 38.75º 0.58% 0.67% -
HSV(B) 38.75º 0.44% 0.86% -
XYZ 50.71 51.79 26.39 -
YUV 189.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 220 186 124 0 0.15 0.44 0.14 38.75 0.58 0.67
Hex DC BA 7C 0 F 2C E 27 3A 43
Octal 334 272 174 0 17 54 16 47 72 103
Binary 11011100 10111010 1111100 0 1111 101100 1110 100111 111010 1000011

Color Harmonies of #DCBA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA7C

Black with #DCBA7C

Text Example


Text Example

White with #DCBA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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