Html Css Color HEX #DCC295 Raffia

📋 copy color: '#DCC295'

red 220 ◦ green 194 ◦ blue 149

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

Shades of Raffia #DCC295

Tints of Raffia #DCC295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.46%

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

R = 39.08%
G = 34.46%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCC295 (or 0xDCC295) is known color: Raffia. HEX triplet: DC, C2 and 95. RGB value is (220,194,149). Sum of RGB (Red+Green+Blue) = 220+194+149=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC295 is #233D6A. Grayscale: #C4C4C4. Windows color (decimal): -2309483 or 9814748. OLE color: 9814748.

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

Color convert

RGB 220 194 149 -
CMYK 0 0.12 0.32 0.14
HSL 38.03º 0.5% 0.72% -
HSV(B) 38.03º 0.32% 0.86% -
XYZ 54.23 55.97 36.38 -
YUV 196.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 220 194 149 0 0.12 0.32 0.14 38.03 0.5 0.72
Hex DC C2 95 0 C 20 E 26 32 48
Octal 334 302 225 0 14 40 16 46 62 110
Binary 11011100 11000010 10010101 0 1100 100000 1110 100110 110010 1001000

Color Harmonies of #DCC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC295

Black with #DCC295

Text Example


Text Example

White with #DCC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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