Html Css Color HEX #DC6041 Flamingo

📋 copy color: '#DC6041'

red 220 ◦ green 96 ◦ blue 65

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

Shades of Flamingo #DC6041

Tints of Flamingo #DC6041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 57.74%
G = 25.2%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC6041 (or 0xDC6041) is known color: Flamingo. HEX triplet: DC, 60 and 41. RGB value is (220,96,65). Sum of RGB (Red+Green+Blue) = 220+96+65=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6041 is #239FBE. Grayscale: #818181. Windows color (decimal): -2334655 or 4284636. OLE color: 4284636.

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

Color convert

RGB 220 96 65 -
CMYK 0 0.56 0.70 0.14
HSL 12º 0.69% 0.56% -
HSV(B) 12º 0.7% 0.86% -
XYZ 34.65 23.96 7.8 -
YUV 129.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 220 96 65 0 0.56 0.70 0.14 12 0.69 0.56
Hex DC 60 41 0 38 46 E C 45 38
Octal 334 140 101 0 70 106 16 14 105 70
Binary 11011100 1100000 1000001 0 111000 1000110 1110 1100 1000101 111000

Color Harmonies of #DC6041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6041

Black with #DC6041

Text Example


Text Example

White with #DC6041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6041; }

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

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

background-color css

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

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

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

border-color css

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

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

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