Html Css Color HEX #DCBE82 Straw

📋 copy color: '#DCBE82'

red 220 ◦ green 190 ◦ blue 130

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

Shades of Straw #DCBE82

Tints of Straw #DCBE82

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.19%

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

R = 40.74%
G = 35.19%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCBE82 (or 0xDCBE82) is known color: Straw. HEX triplet: DC, BE and 82. RGB value is (220,190,130). Sum of RGB (Red+Green+Blue) = 220+190+130=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE82 is #23417D. Grayscale: #C0C0C0. Windows color (decimal): -2310526 or 8568540. OLE color: 8568540.

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

Color convert

RGB 220 190 130 -
CMYK 0 0.14 0.41 0.14
HSL 40º 0.56% 0.69% -
HSV(B) 40º 0.41% 0.86% -
XYZ 51.96 53.65 28.74 -
YUV 192.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 220 190 130 0 0.14 0.41 0.14 40 0.56 0.69
Hex DC BE 82 0 E 29 E 28 38 45
Octal 334 276 202 0 16 51 16 50 70 105
Binary 11011100 10111110 10000010 0 1110 101001 1110 101000 111000 1000101

Color Harmonies of #DCBE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE82

Black with #DCBE82

Text Example


Text Example

White with #DCBE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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