Html Css Color HEX #DCC199 Raffia

📋 copy color: '#DCC199'

red 220 ◦ green 193 ◦ blue 153

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

Shades of Raffia #DCC199

Tints of Raffia #DCC199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.03%

R = 38.87%
G = 34.1%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC199 (or 0xDCC199) is known color: Raffia. HEX triplet: DC, C1 and 99. RGB value is (220,193,153). Sum of RGB (Red+Green+Blue) = 220+193+153=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC199 is #233E66. Grayscale: #C4C4C4. Windows color (decimal): -2309735 or 10076636. OLE color: 10076636.

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

Color convert

RGB 220 193 153 -
CMYK 0 0.12 0.30 0.14
HSL 35.82º 0.49% 0.73% -
HSV(B) 35.82º 0.3% 0.86% -
XYZ 54.33 55.66 38.02 -
YUV 196.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 220 193 153 0 0.12 0.30 0.14 35.82 0.49 0.73
Hex DC C1 99 0 C 1E E 24 31 49
Octal 334 301 231 0 14 36 16 44 61 111
Binary 11011100 11000001 10011001 0 1100 11110 1110 100100 110001 1001001

Color Harmonies of #DCC199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC199

Black with #DCC199

Text Example


Text Example

White with #DCC199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC199; }

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

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

background-color css

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

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

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

border-color css

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

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

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