Html Css Color HEX #DF694D Flamingo

📋 copy color: '#DF694D'

red 223 ◦ green 105 ◦ blue 77

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

Shades of Flamingo #DF694D

Tints of Flamingo #DF694D

RGB

 RED value IS 223 (87.5% from 255) = 55.06%

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

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

R = 55.06%
G = 25.93%
B = 19.01%

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

#DF694D (or 0xDF694D) is known color: Flamingo. HEX triplet: DF, 69 and 4D. RGB value is (223,105,77). Sum of RGB (Red+Green+Blue) = 223+105+77=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF694D is #2096B2. Grayscale: #898989. Windows color (decimal): -2135731 or 5073375. OLE color: 5073375.

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

Color convert

RGB 223 105 77 -
CMYK 0 0.53 0.65 0.13
HSL 11.51º 0.7% 0.59% -
HSV(B) 11.51º 0.65% 0.87% -
XYZ 36.82 26.33 10.16 -
YUV 137.09 94.09 189.28 -
System Red Green Blue C M Y K H S L
Decimal 223 105 77 0 0.53 0.65 0.13 11.51 0.7 0.59
Hex DF 69 4D 0 35 41 D C 46 3B
Octal 337 151 115 0 65 101 15 14 106 73
Binary 11011111 1101001 1001101 0 110101 1000001 1101 1100 1000110 111011

Color Harmonies of #DF694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF694D

Black with #DF694D

Text Example


Text Example

White with #DF694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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