Html Css Color HEX #DCC09F Raffia

📋 copy color: '#DCC09F'

red 220 ◦ green 192 ◦ blue 159

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

Shades of Raffia #DCC09F

Tints of Raffia #DCC09F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.63%

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

R = 38.53%
G = 33.63%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCC09F (or 0xDCC09F) is known color: Raffia. HEX triplet: DC, C0 and 9F. RGB value is (220,192,159). Sum of RGB (Red+Green+Blue) = 220+192+159=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC09F is #233F60. Grayscale: #C4C4C4. Windows color (decimal): -2309985 or 10469596. OLE color: 10469596.

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

Color convert

RGB 220 192 159 -
CMYK 0 0.13 0.28 0.14
HSL 32.46º 0.47% 0.74% -
HSV(B) 32.46º 0.28% 0.86% -
XYZ 54.62 55.42 40.62 -
YUV 196.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 220 192 159 0 0.13 0.28 0.14 32.46 0.47 0.74
Hex DC C0 9F 0 D 1C E 20 2F 4A
Octal 334 300 237 0 15 34 16 40 57 112
Binary 11011100 11000000 10011111 0 1101 11100 1110 100000 101111 1001010

Color Harmonies of #DCC09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC09F

Black with #DCC09F

Text Example


Text Example

White with #DCC09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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