Html Css Color HEX #DF6645 Flamingo

📋 copy color: '#DF6645'

red 223 ◦ green 102 ◦ blue 69

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

Shades of Flamingo #DF6645

Tints of Flamingo #DF6645

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.89%

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

R = 56.6%
G = 25.89%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF6645 (or 0xDF6645) is known color: Flamingo. HEX triplet: DF, 66 and 45. RGB value is (223,102,69). Sum of RGB (Red+Green+Blue) = 223+102+69=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6645 is #2099BA. Grayscale: #868686. Windows color (decimal): -2136507 or 4548319. OLE color: 4548319.

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

Color convert

RGB 223 102 69 -
CMYK 0 0.54 0.69 0.13
HSL 12.86º 0.71% 0.57% -
HSV(B) 12.86º 0.69% 0.87% -
XYZ 36.26 25.62 8.66 -
YUV 134.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 223 102 69 0 0.54 0.69 0.13 12.86 0.71 0.57
Hex DF 66 45 0 36 45 D D 47 39
Octal 337 146 105 0 66 105 15 15 107 71
Binary 11011111 1100110 1000101 0 110110 1000101 1101 1101 1000111 111001

Color Harmonies of #DF6645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6645

Black with #DF6645

Text Example


Text Example

White with #DF6645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6645; }

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

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

background-color css

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

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

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

border-color css

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

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

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