Html Css Color HEX #DE694D Flamingo

📋 copy color: '#DE694D'

red 222 ◦ green 105 ◦ blue 77

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

Shades of Flamingo #DE694D

Tints of Flamingo #DE694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.06%

R = 54.95%
G = 25.99%
B = 19.06%

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

#DE694D (or 0xDE694D) is known color: Flamingo. HEX triplet: DE, 69 and 4D. RGB value is (222,105,77). Sum of RGB (Red+Green+Blue) = 222+105+77=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE694D is #2196B2. Grayscale: #898989. Windows color (decimal): -2201267 or 5073374. OLE color: 5073374.

HSL color Cylindrical-coordinate representation of color #DE694D: hue angle of 11.59º 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 #DE694D is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 105 77 -
CMYK 0 0.53 0.65 0.13
HSL 11.59º 0.69% 0.59% -
HSV(B) 11.59º 0.65% 0.87% -
XYZ 36.52 26.17 10.15 -
YUV 136.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 222 105 77 0 0.53 0.65 0.13 11.59 0.69 0.59
Hex DE 69 4D 0 35 41 D C 45 3B
Octal 336 151 115 0 65 101 15 14 105 73
Binary 11011110 1101001 1001101 0 110101 1000001 1101 1100 1000101 111011

Color Harmonies of #DE694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE694D

Black with #DE694D

Text Example


Text Example

White with #DE694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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