Html Css Color HEX #DD694D Flamingo

📋 copy color: '#DD694D'

red 221 ◦ green 105 ◦ blue 77

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

Shades of Flamingo #DD694D

Tints of Flamingo #DD694D

RGB

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

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

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

R = 54.84%
G = 26.05%
B = 19.11%

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

#DD694D (or 0xDD694D) is known color: Flamingo. HEX triplet: DD, 69 and 4D. RGB value is (221,105,77). Sum of RGB (Red+Green+Blue) = 221+105+77=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD694D is #2296B2. Grayscale: #888888. Windows color (decimal): -2266803 or 5073373. OLE color: 5073373.

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

Color convert

RGB 221 105 77 -
CMYK 0 0.52 0.65 0.13
HSL 11.67º 0.68% 0.58% -
HSV(B) 11.67º 0.65% 0.87% -
XYZ 36.21 26.01 10.13 -
YUV 136.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 221 105 77 0 0.52 0.65 0.13 11.67 0.68 0.58
Hex DD 69 4D 0 34 41 D C 44 3A
Octal 335 151 115 0 64 101 15 14 104 72
Binary 11011101 1101001 1001101 0 110100 1000001 1101 1100 1000100 111010

Color Harmonies of #DD694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD694D

Black with #DD694D

Text Example


Text Example

White with #DD694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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