Html Css Color HEX #DCC49E Raffia

📋 copy color: '#DCC49E'

red 220 ◦ green 196 ◦ blue 158

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

Shades of Raffia #DCC49E

Tints of Raffia #DCC49E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.15%

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

R = 38.33%
G = 34.15%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCC49E (or 0xDCC49E) is known color: Raffia. HEX triplet: DC, C4 and 9E. RGB value is (220,196,158). Sum of RGB (Red+Green+Blue) = 220+196+158=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC49E is #233B61. Grayscale: #C7C7C7. Windows color (decimal): -2308962 or 10405084. OLE color: 10405084.

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

Color convert

RGB 220 196 158 -
CMYK 0 0.11 0.28 0.14
HSL 36.77º 0.47% 0.74% -
HSV(B) 36.77º 0.28% 0.86% -
XYZ 55.43 57.16 40.46 -
YUV 198.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 220 196 158 0 0.11 0.28 0.14 36.77 0.47 0.74
Hex DC C4 9E 0 B 1C E 25 2F 4A
Octal 334 304 236 0 13 34 16 45 57 112
Binary 11011100 11000100 10011110 0 1011 11100 1110 100101 101111 1001010

Color Harmonies of #DCC49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC49E

Black with #DCC49E

Text Example


Text Example

White with #DCC49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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