Html Css Color HEX #DD694E Flamingo

📋 copy color: '#DD694E'

red 221 ◦ green 105 ◦ blue 78

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

Shades of Flamingo #DD694E

Tints of Flamingo #DD694E

RGB

 RED value IS 221 (86.72% from 255) = 54.7%

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

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

R = 54.7%
G = 25.99%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD694E (or 0xDD694E) is known color: Flamingo. HEX triplet: DD, 69 and 4E. RGB value is (221,105,78). Sum of RGB (Red+Green+Blue) = 221+105+78=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD694E is #2296B1. Grayscale: #888888. Windows color (decimal): -2266802 or 5138909. OLE color: 5138909.

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

Color convert

RGB 221 105 78 -
CMYK 0 0.52 0.65 0.13
HSL 11.33º 0.68% 0.59% -
HSV(B) 11.33º 0.65% 0.87% -
XYZ 36.25 26.03 10.32 -
YUV 136.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 221 105 78 0 0.52 0.65 0.13 11.33 0.68 0.59
Hex DD 69 4E 0 34 41 D B 44 3B
Octal 335 151 116 0 64 101 15 13 104 73
Binary 11011101 1101001 1001110 0 110100 1000001 1101 1011 1000100 111011

Color Harmonies of #DD694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD694E

Black with #DD694E

Text Example


Text Example

White with #DD694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD694E; }

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

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

background-color css

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

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

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

border-color css

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

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

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