Html Css Color HEX #DCC099 Raffia

📋 copy color: '#DCC099'

red 220 ◦ green 192 ◦ blue 153

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

Shades of Raffia #DCC099

Tints of Raffia #DCC099

RGB

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

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

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

R = 38.94%
G = 33.98%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC099 (or 0xDCC099) is known color: Raffia. HEX triplet: DC, C0 and 99. RGB value is (220,192,153). Sum of RGB (Red+Green+Blue) = 220+192+153=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC099 is #233F66. Grayscale: #C4C4C4. Windows color (decimal): -2309991 or 10076380. OLE color: 10076380.

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

Color convert

RGB 220 192 153 -
CMYK 0 0.13 0.30 0.14
HSL 34.93º 0.49% 0.73% -
HSV(B) 34.93º 0.3% 0.86% -
XYZ 54.11 55.21 37.94 -
YUV 195.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 220 192 153 0 0.13 0.30 0.14 34.93 0.49 0.73
Hex DC C0 99 0 D 1E E 23 31 49
Octal 334 300 231 0 15 36 16 43 61 111
Binary 11011100 11000000 10011001 0 1101 11110 1110 100011 110001 1001001

Color Harmonies of #DCC099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC099

Black with #DCC099

Text Example


Text Example

White with #DCC099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC099; }

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

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

background-color css

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

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

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

border-color css

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

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

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