Html Css Color HEX #DEC69A Raffia

📋 copy color: '#DEC69A'

red 222 ◦ green 198 ◦ blue 154

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

Shades of Raffia #DEC69A

Tints of Raffia #DEC69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.83%

R = 38.68%
G = 34.49%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEC69A (or 0xDEC69A) is known color: Raffia. HEX triplet: DE, C6 and 9A. RGB value is (222,198,154). Sum of RGB (Red+Green+Blue) = 222+198+154=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC69A is #213965. Grayscale: #C8C8C8. Windows color (decimal): -2177382 or 10143454. OLE color: 10143454.

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

Color convert

RGB 222 198 154 -
CMYK 0 0.11 0.31 0.13
HSL 38.82º 0.51% 0.74% -
HSV(B) 38.82º 0.31% 0.87% -
XYZ 56.15 58.25 38.86 -
YUV 200.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 222 198 154 0 0.11 0.31 0.13 38.82 0.51 0.74
Hex DE C6 9A 0 B 1F D 27 33 4A
Octal 336 306 232 0 13 37 15 47 63 112
Binary 11011110 11000110 10011010 0 1011 11111 1101 100111 110011 1001010

Color Harmonies of #DEC69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC69A

Black with #DEC69A

Text Example


Text Example

White with #DEC69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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