Html Css Color HEX #DCBE9E Raffia

📋 copy color: '#DCBE9E'

red 220 ◦ green 190 ◦ blue 158

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

Shades of Raffia #DCBE9E

Tints of Raffia #DCBE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.82%

R = 38.73%
G = 33.45%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCBE9E (or 0xDCBE9E) is known color: Raffia. HEX triplet: DC, BE and 9E. RGB value is (220,190,158). Sum of RGB (Red+Green+Blue) = 220+190+158=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE9E is #234161. Grayscale: #C3C3C3. Windows color (decimal): -2310498 or 10403548. OLE color: 10403548.

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

Color convert

RGB 220 190 158 -
CMYK 0 0.14 0.28 0.14
HSL 30.97º 0.47% 0.74% -
HSV(B) 30.97º 0.28% 0.86% -
XYZ 54.1 54.51 40.02 -
YUV 195.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 220 190 158 0 0.14 0.28 0.14 30.97 0.47 0.74
Hex DC BE 9E 0 E 1C E 1F 2F 4A
Octal 334 276 236 0 16 34 16 37 57 112
Binary 11011100 10111110 10011110 0 1110 11100 1110 11111 101111 1001010

Color Harmonies of #DCBE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE9E

Black with #DCBE9E

Text Example


Text Example

White with #DCBE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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