Html Css Color HEX #DCBC83 Straw

📋 copy color: '#DCBC83'

red 220 ◦ green 188 ◦ blue 131

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

Shades of Straw #DCBC83

Tints of Straw #DCBC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.3%

R = 40.82%
G = 34.88%
B = 24.3%

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

#DCBC83 (or 0xDCBC83) is known color: Straw. HEX triplet: DC, BC and 83. RGB value is (220,188,131). Sum of RGB (Red+Green+Blue) = 220+188+131=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC83 is #23437C. Grayscale: #BFBFBF. Windows color (decimal): -2311037 or 8633564. OLE color: 8633564.

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

Color convert

RGB 220 188 131 -
CMYK 0 0.15 0.40 0.14
HSL 38.43º 0.56% 0.69% -
HSV(B) 38.43º 0.4% 0.86% -
XYZ 51.6 52.82 28.95 -
YUV 191.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 220 188 131 0 0.15 0.40 0.14 38.43 0.56 0.69
Hex DC BC 83 0 F 28 E 26 38 45
Octal 334 274 203 0 17 50 16 46 70 105
Binary 11011100 10111100 10000011 0 1111 101000 1110 100110 111000 1000101

Color Harmonies of #DCBC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC83

Black with #DCBC83

Text Example


Text Example

White with #DCBC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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