Html Css Color HEX #DCC699 Raffia

📋 copy color: '#DCC699'

red 220 ◦ green 198 ◦ blue 153

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

Shades of Raffia #DCC699

Tints of Raffia #DCC699

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.68%

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

R = 38.53%
G = 34.68%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC699 (or 0xDCC699) is known color: Raffia. HEX triplet: DC, C6 and 99. RGB value is (220,198,153). Sum of RGB (Red+Green+Blue) = 220+198+153=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC699 is #233966. Grayscale: #C7C7C7. Windows color (decimal): -2308455 or 10077916. OLE color: 10077916.

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

Color convert

RGB 220 198 153 -
CMYK 0 0.1 0.30 0.14
HSL 40.3º 0.49% 0.73% -
HSV(B) 40.3º 0.3% 0.86% -
XYZ 55.46 57.9 38.39 -
YUV 199.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 220 198 153 0 0.1 0.30 0.14 40.3 0.49 0.73
Hex DC C6 99 0 A 1E E 28 31 49
Octal 334 306 231 0 12 36 16 50 61 111
Binary 11011100 11000110 10011001 0 1010 11110 1110 101000 110001 1001001

Color Harmonies of #DCC699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC699

Black with #DCC699

Text Example


Text Example

White with #DCC699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC699; }

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

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

background-color css

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

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

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

border-color css

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

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

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