Html Css Color HEX #DF6045 Flamingo

📋 copy color: '#DF6045'

red 223 ◦ green 96 ◦ blue 69

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

Shades of Flamingo #DF6045

Tints of Flamingo #DF6045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 57.47%
G = 24.74%
B = 17.78%

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

#DF6045 (or 0xDF6045) is known color: Flamingo. HEX triplet: DF, 60 and 45. RGB value is (223,96,69). Sum of RGB (Red+Green+Blue) = 223+96+69=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6045 is #209FBA. Grayscale: #838383. Windows color (decimal): -2138043 or 4546783. OLE color: 4546783.

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

Color convert

RGB 223 96 69 -
CMYK 0 0.57 0.69 0.13
HSL 10.52º 0.71% 0.57% -
HSV(B) 10.52º 0.69% 0.87% -
XYZ 35.69 24.48 8.48 -
YUV 130.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 223 96 69 0 0.57 0.69 0.13 10.52 0.71 0.57
Hex DF 60 45 0 39 45 D B 47 39
Octal 337 140 105 0 71 105 15 13 107 71
Binary 11011111 1100000 1000101 0 111001 1000101 1101 1011 1000111 111001

Color Harmonies of #DF6045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6045

Black with #DF6045

Text Example


Text Example

White with #DF6045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6045; }

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

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

background-color css

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

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

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

border-color css

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

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

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