Html Css Color HEX #DEC69F Raffia

📋 copy color: '#DEC69F'

red 222 ◦ green 198 ◦ blue 159

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

Shades of Raffia #DEC69F

Tints of Raffia #DEC69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.46%

R = 38.34%
G = 34.2%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DEC69F (or 0xDEC69F) is known color: Raffia. HEX triplet: DE, C6 and 9F. RGB value is (222,198,159). Sum of RGB (Red+Green+Blue) = 222+198+159=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC69F is #213960. Grayscale: #C8C8C8. Windows color (decimal): -2177377 or 10471134. OLE color: 10471134.

HSL color Cylindrical-coordinate representation of color #DEC69F: hue angle of 37.14º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEC69F is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 198 159 -
CMYK 0 0.11 0.28 0.13
HSL 37.14º 0.49% 0.75% -
HSV(B) 37.14º 0.28% 0.87% -
XYZ 56.58 58.42 41.1 -
YUV 200.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 222 198 159 0 0.11 0.28 0.13 37.14 0.49 0.75
Hex DE C6 9F 0 B 1C D 25 31 4B
Octal 336 306 237 0 13 34 15 45 61 113
Binary 11011110 11000110 10011111 0 1011 11100 1101 100101 110001 1001011

Color Harmonies of #DEC69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC69F

Black with #DEC69F

Text Example


Text Example

White with #DEC69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC69F; }

 p { color: rgb(222,198,159); }

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

background-color css

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

 a { background-color: rgb(222,198,159); }

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

border-color css

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

 span { border-color: rgb(222,198,159); }

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