Html Css Color HEX #DCC796 Raffia

📋 copy color: '#DCC796'

red 220 ◦ green 199 ◦ blue 150

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

Shades of Raffia #DCC796

Tints of Raffia #DCC796

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.97%

 BLUE value IS 150 (58.98% from 255) = 26.36%

R = 38.66%
G = 34.97%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCC796 (or 0xDCC796) is known color: Raffia. HEX triplet: DC, C7 and 96. RGB value is (220,199,150). Sum of RGB (Red+Green+Blue) = 220+199+150=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC796 is #233869. Grayscale: #C7C7C7. Windows color (decimal): -2308202 or 9881564. OLE color: 9881564.

HSL color Cylindrical-coordinate representation of color #DCC796: hue angle of 42º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCC796 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 150 -
CMYK 0 0.10 0.32 0.14
HSL 42º 0.5% 0.73% -
HSV(B) 42º 0.32% 0.86% -
XYZ 55.44 58.26 37.18 -
YUV 199.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 220 199 150 0 0.10 0.32 0.14 42 0.5 0.73
Hex DC C7 96 0 A 20 E 2A 32 49
Octal 334 307 226 0 12 40 16 52 62 111
Binary 11011100 11000111 10010110 0 1010 100000 1110 101010 110010 1001001

Color Harmonies of #DCC796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC796

Black with #DCC796

Text Example


Text Example

White with #DCC796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC796; }

 p { color: rgb(220,199,150); }

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

background-color css

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

 a { background-color: rgb(220,199,150); }

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

border-color css

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

 span { border-color: rgb(220,199,150); }

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