Html Css Color HEX #DF6344 Flamingo

📋 copy color: '#DF6344'

red 223 ◦ green 99 ◦ blue 68

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

Shades of Flamingo #DF6344

Tints of Flamingo #DF6344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

 BLUE value IS 68 (26.95% from 255) = 17.44%

R = 57.18%
G = 25.38%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF6344 (or 0xDF6344) is known color: Flamingo. HEX triplet: DF, 63 and 44. RGB value is (223,99,68). Sum of RGB (Red+Green+Blue) = 223+99+68=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6344 is #209CBB. Grayscale: #848484. Windows color (decimal): -2137276 or 4482015. OLE color: 4482015.

HSL color Cylindrical-coordinate representation of color #DF6344: hue angle of 12º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF6344 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 99 68 -
CMYK 0 0.56 0.70 0.13
HSL 12º 0.71% 0.57% -
HSV(B) 12º 0.7% 0.87% -
XYZ 35.94 25.03 8.41 -
YUV 132.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 223 99 68 0 0.56 0.70 0.13 12 0.71 0.57
Hex DF 63 44 0 38 46 D C 47 39
Octal 337 143 104 0 70 106 15 14 107 71
Binary 11011111 1100011 1000100 0 111000 1000110 1101 1100 1000111 111001

Color Harmonies of #DF6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6344

Black with #DF6344

Text Example


Text Example

White with #DF6344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6344; }

 p { color: rgb(223,99,68); }

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

background-color css

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

 a { background-color: rgb(223,99,68); }

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

border-color css

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

 span { border-color: rgb(223,99,68); }

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