Html Css Color HEX #DF6044 Flamingo

📋 copy color: '#DF6044'

red 223 ◦ green 96 ◦ blue 68

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

Shades of Flamingo #DF6044

Tints of Flamingo #DF6044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

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

R = 57.62%
G = 24.81%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF6044 (or 0xDF6044) is known color: Flamingo. HEX triplet: DF, 60 and 44. RGB value is (223,96,68). Sum of RGB (Red+Green+Blue) = 223+96+68=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6044 is #209FBB. Grayscale: #838383. Windows color (decimal): -2138044 or 4481247. OLE color: 4481247.

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

Color convert

RGB 223 96 68 -
CMYK 0 0.57 0.70 0.13
HSL 10.84º 0.71% 0.57% -
HSV(B) 10.84º 0.7% 0.87% -
XYZ 35.66 24.47 8.31 -
YUV 130.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 223 96 68 0 0.57 0.70 0.13 10.84 0.71 0.57
Hex DF 60 44 0 39 46 D B 47 39
Octal 337 140 104 0 71 106 15 13 107 71
Binary 11011111 1100000 1000100 0 111001 1000110 1101 1011 1000111 111001

Color Harmonies of #DF6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6044

Black with #DF6044

Text Example


Text Example

White with #DF6044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6044; }

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

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

background-color css

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

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

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

border-color css

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

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

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