Html Css Color HEX #DCBE88 Straw

📋 copy color: '#DCBE88'

red 220 ◦ green 190 ◦ blue 136

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

Shades of Straw #DCBE88

Tints of Straw #DCBE88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.91%

R = 40.29%
G = 34.8%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCBE88 (or 0xDCBE88) is known color: Straw. HEX triplet: DC, BE and 88. RGB value is (220,190,136). Sum of RGB (Red+Green+Blue) = 220+190+136=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE88 is #234177. Grayscale: #C1C1C1. Windows color (decimal): -2310520 or 8961756. OLE color: 8961756.

HSL color Cylindrical-coordinate representation of color #DCBE88: hue angle of 38.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCBE88 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 190 136 -
CMYK 0 0.14 0.38 0.14
HSL 38.57º 0.55% 0.7% -
HSV(B) 38.57º 0.38% 0.86% -
XYZ 52.37 53.82 30.92 -
YUV 192.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 220 190 136 0 0.14 0.38 0.14 38.57 0.55 0.7
Hex DC BE 88 0 E 26 E 27 37 46
Octal 334 276 210 0 16 46 16 47 67 106
Binary 11011100 10111110 10001000 0 1110 100110 1110 100111 110111 1000110

Color Harmonies of #DCBE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE88

Black with #DCBE88

Text Example


Text Example

White with #DCBE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE88; }

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

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

background-color css

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

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

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

border-color css

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

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

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