Html Css Color HEX #DC6042 Flamingo

📋 copy color: '#DC6042'

red 220 ◦ green 96 ◦ blue 66

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

Shades of Flamingo #DC6042

Tints of Flamingo #DC6042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 57.59%
G = 25.13%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC6042 (or 0xDC6042) is known color: Flamingo. HEX triplet: DC, 60 and 42. RGB value is (220,96,66). Sum of RGB (Red+Green+Blue) = 220+96+66=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6042 is #239FBD. Grayscale: #818181. Windows color (decimal): -2334654 or 4350172. OLE color: 4350172.

HSL color Cylindrical-coordinate representation of color #DC6042: hue angle of 11.69º 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 #DC6042 is Cyan = 0, Magento = 0.56, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 66 -
CMYK 0 0.56 0.7 0.14
HSL 11.69º 0.69% 0.56% -
HSV(B) 11.69º 0.7% 0.86% -
XYZ 34.68 23.97 7.95 -
YUV 129.66 92.08 192.44 -
System Red Green Blue C M Y K H S L
Decimal 220 96 66 0 0.56 0.7 0.14 11.69 0.69 0.56
Hex DC 60 42 0 38 46 E C 45 38
Octal 334 140 102 0 70 106 16 14 105 70
Binary 11011100 1100000 1000010 0 111000 1000110 1110 1100 1000101 111000

Color Harmonies of #DC6042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6042

Black with #DC6042

Text Example


Text Example

White with #DC6042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6042; }

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

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

background-color css

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

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

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

border-color css

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

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

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