Html Css Color HEX #DF6545 Flamingo

📋 copy color: '#DF6545'

red 223 ◦ green 101 ◦ blue 69

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

Shades of Flamingo #DF6545

Tints of Flamingo #DF6545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.7%

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

R = 56.74%
G = 25.7%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF6545 (or 0xDF6545) is known color: Flamingo. HEX triplet: DF, 65 and 45. RGB value is (223,101,69). Sum of RGB (Red+Green+Blue) = 223+101+69=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6545 is #209ABA. Grayscale: #868686. Windows color (decimal): -2136763 or 4548063. OLE color: 4548063.

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

Color convert

RGB 223 101 69 -
CMYK 0 0.55 0.69 0.13
HSL 12.47º 0.71% 0.57% -
HSV(B) 12.47º 0.69% 0.87% -
XYZ 36.16 25.43 8.63 -
YUV 133.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 223 101 69 0 0.55 0.69 0.13 12.47 0.71 0.57
Hex DF 65 45 0 37 45 D C 47 39
Octal 337 145 105 0 67 105 15 14 107 71
Binary 11011111 1100101 1000101 0 110111 1000101 1101 1100 1000111 111001

Color Harmonies of #DF6545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6545

Black with #DF6545

Text Example


Text Example

White with #DF6545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6545; }

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

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

background-color css

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

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

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

border-color css

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

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

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