Html Css Color HEX #DCBB82 Straw

📋 copy color: '#DCBB82'

red 220 ◦ green 187 ◦ blue 130

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

Shades of Straw #DCBB82

Tints of Straw #DCBB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.21%

R = 40.97%
G = 34.82%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCBB82 (or 0xDCBB82) is known color: Straw. HEX triplet: DC, BB and 82. RGB value is (220,187,130). Sum of RGB (Red+Green+Blue) = 220+187+130=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB82 is #23447D. Grayscale: #BEBEBE. Windows color (decimal): -2311294 or 8567772. OLE color: 8567772.

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

Color convert

RGB 220 187 130 -
CMYK 0 0.15 0.41 0.14
HSL 38º 0.56% 0.69% -
HSV(B) 38º 0.41% 0.86% -
XYZ 51.31 52.37 28.52 -
YUV 190.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 220 187 130 0 0.15 0.41 0.14 38 0.56 0.69
Hex DC BB 82 0 F 29 E 26 38 45
Octal 334 273 202 0 17 51 16 46 70 105
Binary 11011100 10111011 10000010 0 1111 101001 1110 100110 111000 1000101

Color Harmonies of #DCBB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB82

Black with #DCBB82

Text Example


Text Example

White with #DCBB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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