Html Css Color HEX #DCBB83 Straw

📋 copy color: '#DCBB83'

red 220 ◦ green 187 ◦ blue 131

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

Shades of Straw #DCBB83

Tints of Straw #DCBB83

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.76%

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

R = 40.89%
G = 34.76%
B = 24.35%

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

#DCBB83 (or 0xDCBB83) is known color: Straw. HEX triplet: DC, BB and 83. RGB value is (220,187,131). Sum of RGB (Red+Green+Blue) = 220+187+131=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB83 is #23447C. Grayscale: #BEBEBE. Windows color (decimal): -2311293 or 8633308. OLE color: 8633308.

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

Color convert

RGB 220 187 131 -
CMYK 0 0.15 0.40 0.14
HSL 37.75º 0.56% 0.69% -
HSV(B) 37.75º 0.4% 0.86% -
XYZ 51.38 52.39 28.88 -
YUV 190.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 220 187 131 0 0.15 0.40 0.14 37.75 0.56 0.69
Hex DC BB 83 0 F 28 E 26 38 45
Octal 334 273 203 0 17 50 16 46 70 105
Binary 11011100 10111011 10000011 0 1111 101000 1110 100110 111000 1000101

Color Harmonies of #DCBB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB83

Black with #DCBB83

Text Example


Text Example

White with #DCBB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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