Html Css Color HEX #DCB879 Straw

📋 copy color: '#DCB879'

red 220 ◦ green 184 ◦ blue 121

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

Shades of Straw #DCB879

Tints of Straw #DCB879

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.05%

 BLUE value IS 121 (47.66% from 255) = 23.05%

R = 41.9%
G = 35.05%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCB879 (or 0xDCB879) is known color: Straw. HEX triplet: DC, B8 and 79. RGB value is (220,184,121). Sum of RGB (Red+Green+Blue) = 220+184+121=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB879 is #234786. Grayscale: #BBBBBB. Windows color (decimal): -2312071 or 7977180. OLE color: 7977180.

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

Color convert

RGB 220 184 121 -
CMYK 0 0.16 0.45 0.14
HSL 38.18º 0.59% 0.67% -
HSV(B) 38.18º 0.45% 0.86% -
XYZ 50.11 50.88 25.27 -
YUV 187.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 220 184 121 0 0.16 0.45 0.14 38.18 0.59 0.67
Hex DC B8 79 0 10 2D E 26 3B 43
Octal 334 270 171 0 20 55 16 46 73 103
Binary 11011100 10111000 1111001 0 10000 101101 1110 100110 111011 1000011

Color Harmonies of #DCB879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB879

Black with #DCB879

Text Example


Text Example

White with #DCB879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB879; }

 p { color: rgb(220,184,121); }

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

background-color css

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

 a { background-color: rgb(220,184,121); }

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

border-color css

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

 span { border-color: rgb(220,184,121); }

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