Html Css Color HEX #DE696D Froly

📋 copy color: '#DE696D'

red 222 ◦ green 105 ◦ blue 109

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

Shades of Froly #DE696D

Tints of Froly #DE696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.08%

 BLUE value IS 109 (42.97% from 255) = 25%

R = 50.92%
G = 24.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE696D (or 0xDE696D) is known color: Froly. HEX triplet: DE, 69 and 6D. RGB value is (222,105,109). Sum of RGB (Red+Green+Blue) = 222+105+109=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE696D is #219692. Grayscale: #8C8C8C. Windows color (decimal): -2201235 or 7170526. OLE color: 7170526.

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

Color convert

RGB 222 105 109 -
CMYK 0 0.53 0.51 0.13
HSL 357.95º 0.64% 0.64% -
HSV(B) 357.95º 0.53% 0.87% -
XYZ 37.94 26.74 17.63 -
YUV 140.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 222 105 109 0 0.53 0.51 0.13 357.95 0.64 0.64
Hex DE 69 6D 0 35 33 D 166 40 40
Octal 336 151 155 0 65 63 15 546 100 100
Binary 11011110 1101001 1101101 0 110101 110011 1101 101100110 1000000 1000000

Color Harmonies of #DE696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE696D

Black with #DE696D

Text Example


Text Example

White with #DE696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE696D; }

 p { color: rgb(222,105,109); }

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

background-color css

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

 a { background-color: rgb(222,105,109); }

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

border-color css

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

 span { border-color: rgb(222,105,109); }

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