Html Css Color HEX #DCBC85 Straw

📋 copy color: '#DCBC85'

red 220 ◦ green 188 ◦ blue 133

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

Shades of Straw #DCBC85

Tints of Straw #DCBC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.58%

R = 40.67%
G = 34.75%
B = 24.58%

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

#DCBC85 (or 0xDCBC85) is known color: Straw. HEX triplet: DC, BC and 85. RGB value is (220,188,133). Sum of RGB (Red+Green+Blue) = 220+188+133=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC85 is #23437A. Grayscale: #BFBFBF. Windows color (decimal): -2311035 or 8764636. OLE color: 8764636.

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

Color convert

RGB 220 188 133 -
CMYK 0 0.15 0.40 0.14
HSL 37.93º 0.55% 0.69% -
HSV(B) 37.93º 0.4% 0.86% -
XYZ 51.73 52.88 29.67 -
YUV 191.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 220 188 133 0 0.15 0.40 0.14 37.93 0.55 0.69
Hex DC BC 85 0 F 28 E 26 37 45
Octal 334 274 205 0 17 50 16 46 67 105
Binary 11011100 10111100 10000101 0 1111 101000 1110 100110 110111 1000101

Color Harmonies of #DCBC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC85

Black with #DCBC85

Text Example


Text Example

White with #DCBC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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