Html Css Color HEX #DF6146 Flamingo

📋 copy color: '#DF6146'

red 223 ◦ green 97 ◦ blue 70

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

Shades of Flamingo #DF6146

Tints of Flamingo #DF6146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.87%

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 57.18%
G = 24.87%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF6146 (or 0xDF6146) is known color: Flamingo. HEX triplet: DF, 61 and 46. RGB value is (223,97,70). Sum of RGB (Red+Green+Blue) = 223+97+70=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6146 is #209EB9. Grayscale: #838383. Windows color (decimal): -2137786 or 4612575. OLE color: 4612575.

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

Color convert

RGB 223 97 70 -
CMYK 0 0.57 0.69 0.13
HSL 10.59º 0.71% 0.57% -
HSV(B) 10.59º 0.69% 0.87% -
XYZ 35.81 24.68 8.67 -
YUV 131.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 223 97 70 0 0.57 0.69 0.13 10.59 0.71 0.57
Hex DF 61 46 0 39 45 D B 47 39
Octal 337 141 106 0 71 105 15 13 107 71
Binary 11011111 1100001 1000110 0 111001 1000101 1101 1011 1000111 111001

Color Harmonies of #DF6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6146

Black with #DF6146

Text Example


Text Example

White with #DF6146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6146; }

 p { color: rgb(223,97,70); }

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

background-color css

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

 a { background-color: rgb(223,97,70); }

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

border-color css

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

 span { border-color: rgb(223,97,70); }

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