Html Css Color HEX #DCC299 Raffia

📋 copy color: '#DCC299'

red 220 ◦ green 194 ◦ blue 153

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

Shades of Raffia #DCC299

Tints of Raffia #DCC299

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.22%

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

R = 38.8%
G = 34.22%
B = 26.98%

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

#DCC299 (or 0xDCC299) is known color: Raffia. HEX triplet: DC, C2 and 99. RGB value is (220,194,153). Sum of RGB (Red+Green+Blue) = 220+194+153=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC299 is #233D66. Grayscale: #C5C5C5. Windows color (decimal): -2309479 or 10076892. OLE color: 10076892.

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

Color convert

RGB 220 194 153 -
CMYK 0 0.12 0.30 0.14
HSL 36.72º 0.49% 0.73% -
HSV(B) 36.72º 0.3% 0.86% -
XYZ 54.56 56.1 38.09 -
YUV 197.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 220 194 153 0 0.12 0.30 0.14 36.72 0.49 0.73
Hex DC C2 99 0 C 1E E 25 31 49
Octal 334 302 231 0 14 36 16 45 61 111
Binary 11011100 11000010 10011001 0 1100 11110 1110 100101 110001 1001001

Color Harmonies of #DCC299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC299

Black with #DCC299

Text Example


Text Example

White with #DCC299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC299; }

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

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

background-color css

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

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

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

border-color css

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

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

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