Html Css Color HEX #DCBC84 Straw

📋 copy color: '#DCBC84'

red 220 ◦ green 188 ◦ blue 132

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

Shades of Straw #DCBC84

Tints of Straw #DCBC84

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.81%

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

R = 40.74%
G = 34.81%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCBC84 (or 0xDCBC84) is known color: Straw. HEX triplet: DC, BC and 84. RGB value is (220,188,132). Sum of RGB (Red+Green+Blue) = 220+188+132=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC84 is #23437B. Grayscale: #BFBFBF. Windows color (decimal): -2311036 or 8699100. OLE color: 8699100.

HSL color Cylindrical-coordinate representation of color #DCBC84: hue angle of 38.18º 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 #DCBC84 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 188 132 -
CMYK 0 0.15 0.40 0.14
HSL 38.18º 0.56% 0.69% -
HSV(B) 38.18º 0.4% 0.86% -
XYZ 51.66 52.85 29.31 -
YUV 191.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 220 188 132 0 0.15 0.40 0.14 38.18 0.56 0.69
Hex DC BC 84 0 F 28 E 26 38 45
Octal 334 274 204 0 17 50 16 46 70 105
Binary 11011100 10111100 10000100 0 1111 101000 1110 100110 111000 1000101

Color Harmonies of #DCBC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC84

Black with #DCBC84

Text Example


Text Example

White with #DCBC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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