Html Css Color HEX #DCBE84 Straw

📋 copy color: '#DCBE84'

red 220 ◦ green 190 ◦ blue 132

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

Shades of Straw #DCBE84

Tints of Straw #DCBE84

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.06%

 BLUE value IS 132 (51.95% from 255) = 24.35%

R = 40.59%
G = 35.06%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCBE84 (or 0xDCBE84) is known color: Straw. HEX triplet: DC, BE and 84. RGB value is (220,190,132). Sum of RGB (Red+Green+Blue) = 220+190+132=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE84 is #23417B. Grayscale: #C0C0C0. Windows color (decimal): -2310524 or 8699612. OLE color: 8699612.

HSL color Cylindrical-coordinate representation of color #DCBE84: hue angle of 39.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCBE84 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 190 132 -
CMYK 0 0.14 0.40 0.14
HSL 39.55º 0.56% 0.69% -
HSV(B) 39.55º 0.4% 0.86% -
XYZ 52.09 53.71 29.45 -
YUV 192.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 220 190 132 0 0.14 0.40 0.14 39.55 0.56 0.69
Hex DC BE 84 0 E 28 E 28 38 45
Octal 334 276 204 0 16 50 16 50 70 105
Binary 11011100 10111110 10000100 0 1110 101000 1110 101000 111000 1000101

Color Harmonies of #DCBE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE84

Black with #DCBE84

Text Example


Text Example

White with #DCBE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE84; }

 p { color: rgb(220,190,132); }

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

background-color css

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

 a { background-color: rgb(220,190,132); }

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

border-color css

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

 span { border-color: rgb(220,190,132); }

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