Html Css Color HEX #DCC596 Raffia

📋 copy color: '#DCC596'

red 220 ◦ green 197 ◦ blue 150

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

Shades of Raffia #DCC596

Tints of Raffia #DCC596

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.74%

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

R = 38.8%
G = 34.74%
B = 26.46%

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

#DCC596 (or 0xDCC596) is known color: Raffia. HEX triplet: DC, C5 and 96. RGB value is (220,197,150). Sum of RGB (Red+Green+Blue) = 220+197+150=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC596 is #233A69. Grayscale: #C6C6C6. Windows color (decimal): -2308714 or 9881052. OLE color: 9881052.

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

Color convert

RGB 220 197 150 -
CMYK 0 0.10 0.32 0.14
HSL 40.29º 0.5% 0.73% -
HSV(B) 40.29º 0.32% 0.86% -
XYZ 54.99 57.35 37.03 -
YUV 198.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 220 197 150 0 0.10 0.32 0.14 40.29 0.5 0.73
Hex DC C5 96 0 A 20 E 28 32 49
Octal 334 305 226 0 12 40 16 50 62 111
Binary 11011100 11000101 10010110 0 1010 100000 1110 101000 110010 1001001

Color Harmonies of #DCC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC596

Black with #DCC596

Text Example


Text Example

White with #DCC596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC596; }

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

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

background-color css

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

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

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

border-color css

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

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

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