Html Css Color HEX #DC6044 Flamingo

📋 copy color: '#DC6044'

red 220 ◦ green 96 ◦ blue 68

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

Shades of Flamingo #DC6044

Tints of Flamingo #DC6044

RGB

 RED value IS 220 (86.33% from 255) = 57.29%

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

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

R = 57.29%
G = 25%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC6044 (or 0xDC6044) is known color: Flamingo. HEX triplet: DC, 60 and 44. RGB value is (220,96,68). Sum of RGB (Red+Green+Blue) = 220+96+68=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6044 is #239FBB. Grayscale: #828282. Windows color (decimal): -2334652 or 4481244. OLE color: 4481244.

HSL color Cylindrical-coordinate representation of color #DC6044: hue angle of 11.05º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC6044 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 68 -
CMYK 0 0.56 0.69 0.14
HSL 11.05º 0.68% 0.56% -
HSV(B) 11.05º 0.69% 0.86% -
XYZ 34.74 24 8.27 -
YUV 129.88 93.08 192.28 -
System Red Green Blue C M Y K H S L
Decimal 220 96 68 0 0.56 0.69 0.14 11.05 0.68 0.56
Hex DC 60 44 0 38 45 E B 44 38
Octal 334 140 104 0 70 105 16 13 104 70
Binary 11011100 1100000 1000100 0 111000 1000101 1110 1011 1000100 111000

Color Harmonies of #DC6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6044

Black with #DC6044

Text Example


Text Example

White with #DC6044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6044; }

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

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

background-color css

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

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

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

border-color css

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

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

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