Html Css Color HEX #DCC19F Raffia

📋 copy color: '#DCC19F'

red 220 ◦ green 193 ◦ blue 159

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

Shades of Raffia #DCC19F

Tints of Raffia #DCC19F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.74%

 BLUE value IS 159 (62.5% from 255) = 27.8%

R = 38.46%
G = 33.74%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCC19F (or 0xDCC19F) is known color: Raffia. HEX triplet: DC, C1 and 9F. RGB value is (220,193,159). Sum of RGB (Red+Green+Blue) = 220+193+159=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC19F is #233E60. Grayscale: #C5C5C5. Windows color (decimal): -2309729 or 10469852. OLE color: 10469852.

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

Color convert

RGB 220 193 159 -
CMYK 0 0.12 0.28 0.14
HSL 33.44º 0.47% 0.74% -
HSV(B) 33.44º 0.28% 0.86% -
XYZ 54.84 55.86 40.69 -
YUV 197.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 220 193 159 0 0.12 0.28 0.14 33.44 0.47 0.74
Hex DC C1 9F 0 C 1C E 21 2F 4A
Octal 334 301 237 0 14 34 16 41 57 112
Binary 11011100 11000001 10011111 0 1100 11100 1110 100001 101111 1001010

Color Harmonies of #DCC19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC19F

Black with #DCC19F

Text Example


Text Example

White with #DCC19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC19F; }

 p { color: rgb(220,193,159); }

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

background-color css

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

 a { background-color: rgb(220,193,159); }

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

border-color css

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

 span { border-color: rgb(220,193,159); }

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