Html Css Color HEX #DCC298 Raffia

📋 copy color: '#DCC298'

red 220 ◦ green 194 ◦ blue 152

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

Shades of Raffia #DCC298

Tints of Raffia #DCC298

RGB

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

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

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

R = 38.87%
G = 34.28%
B = 26.86%

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

#DCC298 (or 0xDCC298) is known color: Raffia. HEX triplet: DC, C2 and 98. RGB value is (220,194,152). Sum of RGB (Red+Green+Blue) = 220+194+152=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC298 is #233D67. Grayscale: #C5C5C5. Windows color (decimal): -2309480 or 10011356. OLE color: 10011356.

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

Color convert

RGB 220 194 152 -
CMYK 0 0.12 0.31 0.14
HSL 37.06º 0.49% 0.73% -
HSV(B) 37.06º 0.31% 0.86% -
XYZ 54.47 56.07 37.66 -
YUV 196.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 220 194 152 0 0.12 0.31 0.14 37.06 0.49 0.73
Hex DC C2 98 0 C 1F E 25 31 49
Octal 334 302 230 0 14 37 16 45 61 111
Binary 11011100 11000010 10011000 0 1100 11111 1110 100101 110001 1001001

Color Harmonies of #DCC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC298

Black with #DCC298

Text Example


Text Example

White with #DCC298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC298; }

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

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

background-color css

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

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

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

border-color css

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

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

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