Html Css Color HEX #DCC495 Raffia

📋 copy color: '#DCC495'

red 220 ◦ green 196 ◦ blue 149

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

Shades of Raffia #DCC495

Tints of Raffia #DCC495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.37%

R = 38.94%
G = 34.69%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCC495 (or 0xDCC495) is known color: Raffia. HEX triplet: DC, C4 and 95. RGB value is (220,196,149). Sum of RGB (Red+Green+Blue) = 220+196+149=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC495 is #233B6A. Grayscale: #C6C6C6. Windows color (decimal): -2308971 or 9815260. OLE color: 9815260.

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

Color convert

RGB 220 196 149 -
CMYK 0 0.11 0.32 0.14
HSL 39.72º 0.5% 0.72% -
HSV(B) 39.72º 0.32% 0.86% -
XYZ 54.68 56.87 36.53 -
YUV 197.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 220 196 149 0 0.11 0.32 0.14 39.72 0.5 0.72
Hex DC C4 95 0 B 20 E 28 32 48
Octal 334 304 225 0 13 40 16 50 62 110
Binary 11011100 11000100 10010101 0 1011 100000 1110 101000 110010 1001000

Color Harmonies of #DCC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC495

Black with #DCC495

Text Example


Text Example

White with #DCC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC495; }

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

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

background-color css

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

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

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

border-color css

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

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

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