Html Css Color HEX #DCC198 Raffia

📋 copy color: '#DCC198'

red 220 ◦ green 193 ◦ blue 152

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

Shades of Raffia #DCC198

Tints of Raffia #DCC198

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.16%

 BLUE value IS 152 (59.77% from 255) = 26.9%

R = 38.94%
G = 34.16%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCC198 (or 0xDCC198) is known color: Raffia. HEX triplet: DC, C1 and 98. RGB value is (220,193,152). Sum of RGB (Red+Green+Blue) = 220+193+152=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC198 is #233E67. Grayscale: #C4C4C4. Windows color (decimal): -2309736 or 10011100. OLE color: 10011100.

HSL color Cylindrical-coordinate representation of color #DCC198: hue angle of 36.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCC198 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 152 -
CMYK 0 0.12 0.31 0.14
HSL 36.18º 0.49% 0.73% -
HSV(B) 36.18º 0.31% 0.86% -
XYZ 54.25 55.62 37.58 -
YUV 196.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 220 193 152 0 0.12 0.31 0.14 36.18 0.49 0.73
Hex DC C1 98 0 C 1F E 24 31 49
Octal 334 301 230 0 14 37 16 44 61 111
Binary 11011100 11000001 10011000 0 1100 11111 1110 100100 110001 1001001

Color Harmonies of #DCC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC198

Black with #DCC198

Text Example


Text Example

White with #DCC198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC198; }

 p { color: rgb(220,193,152); }

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

background-color css

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

 a { background-color: rgb(220,193,152); }

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

border-color css

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

 span { border-color: rgb(220,193,152); }

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