Html Css Color HEX #DCC899 Raffia

📋 copy color: '#DCC899'

red 220 ◦ green 200 ◦ blue 153

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

Shades of Raffia #DCC899

Tints of Raffia #DCC899

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.9%

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

R = 38.39%
G = 34.9%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC899 (or 0xDCC899) is known color: Raffia. HEX triplet: DC, C8 and 99. RGB value is (220,200,153). Sum of RGB (Red+Green+Blue) = 220+200+153=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC899 is #233766. Grayscale: #C8C8C8. Windows color (decimal): -2307943 or 10078428. OLE color: 10078428.

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

Color convert

RGB 220 200 153 -
CMYK 0 0.09 0.30 0.14
HSL 42.09º 0.49% 0.73% -
HSV(B) 42.09º 0.3% 0.86% -
XYZ 55.92 58.82 38.54 -
YUV 200.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 220 200 153 0 0.09 0.30 0.14 42.09 0.49 0.73
Hex DC C8 99 0 9 1E E 2A 31 49
Octal 334 310 231 0 11 36 16 52 61 111
Binary 11011100 11001000 10011001 0 1001 11110 1110 101010 110001 1001001

Color Harmonies of #DCC899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC899

Black with #DCC899

Text Example


Text Example

White with #DCC899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC899; }

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

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

background-color css

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

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

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

border-color css

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

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

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