Html Css Color HEX #DE694E Flamingo

📋 copy color: '#DE694E'

red 222 ◦ green 105 ◦ blue 78

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

Shades of Flamingo #DE694E

Tints of Flamingo #DE694E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.26%

R = 54.81%
G = 25.93%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE694E (or 0xDE694E) is known color: Flamingo. HEX triplet: DE, 69 and 4E. RGB value is (222,105,78). Sum of RGB (Red+Green+Blue) = 222+105+78=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE694E is #2196B1. Grayscale: #898989. Windows color (decimal): -2201266 or 5138910. OLE color: 5138910.

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

Color convert

RGB 222 105 78 -
CMYK 0 0.53 0.65 0.13
HSL 11.25º 0.69% 0.59% -
HSV(B) 11.25º 0.65% 0.87% -
XYZ 36.55 26.18 10.34 -
YUV 136.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 222 105 78 0 0.53 0.65 0.13 11.25 0.69 0.59
Hex DE 69 4E 0 35 41 D B 45 3B
Octal 336 151 116 0 65 101 15 13 105 73
Binary 11011110 1101001 1001110 0 110101 1000001 1101 1011 1000101 111011

Color Harmonies of #DE694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE694E

Black with #DE694E

Text Example


Text Example

White with #DE694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE694E; }

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

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

background-color css

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

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

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

border-color css

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

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

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