Html Css Color HEX #DEC298 Raffia

📋 copy color: '#DEC298'

red 222 ◦ green 194 ◦ blue 152

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

Shades of Raffia #DEC298

Tints of Raffia #DEC298

RGB

 RED value IS 222 (87.11% from 255) = 39.08%

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

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

R = 39.08%
G = 34.15%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEC298 (or 0xDEC298) is known color: Raffia. HEX triplet: DE, C2 and 98. RGB value is (222,194,152). Sum of RGB (Red+Green+Blue) = 222+194+152=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC298 is #213D67. Grayscale: #C5C5C5. Windows color (decimal): -2178408 or 10011358. OLE color: 10011358.

HSL color Cylindrical-coordinate representation of color #DEC298: hue angle of 36º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEC298 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 194 152 -
CMYK 0 0.13 0.32 0.13
HSL 36º 0.51% 0.73% -
HSV(B) 36º 0.32% 0.87% -
XYZ 55.08 56.38 37.69 -
YUV 197.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 222 194 152 0 0.13 0.32 0.13 36 0.51 0.73
Hex DE C2 98 0 D 20 D 24 33 49
Octal 336 302 230 0 15 40 15 44 63 111
Binary 11011110 11000010 10011000 0 1101 100000 1101 100100 110011 1001001

Color Harmonies of #DEC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC298

Black with #DEC298

Text Example


Text Example

White with #DEC298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC298; }

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

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

background-color css

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

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

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

border-color css

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

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

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