Html Css Color HEX #DCC19A Raffia

📋 copy color: '#DCC19A'

red 220 ◦ green 193 ◦ blue 154

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

Shades of Raffia #DCC19A

Tints of Raffia #DCC19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.16%

R = 38.8%
G = 34.04%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DCC19A (or 0xDCC19A) is known color: Raffia. HEX triplet: DC, C1 and 9A. RGB value is (220,193,154). Sum of RGB (Red+Green+Blue) = 220+193+154=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC19A is #233E65. Grayscale: #C4C4C4. Windows color (decimal): -2309734 or 10142172. OLE color: 10142172.

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

Color convert

RGB 220 193 154 -
CMYK 0 0.12 0.3 0.14
HSL 35.45º 0.49% 0.73% -
HSV(B) 35.45º 0.3% 0.86% -
XYZ 54.42 55.69 38.45 -
YUV 196.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 220 193 154 0 0.12 0.3 0.14 35.45 0.49 0.73
Hex DC C1 9A 0 C 1E E 23 31 49
Octal 334 301 232 0 14 36 16 43 61 111
Binary 11011100 11000001 10011010 0 1100 11110 1110 100011 110001 1001001

Color Harmonies of #DCC19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC19A

Black with #DCC19A

Text Example


Text Example

White with #DCC19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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