Html Css Color HEX #DC6145 Flamingo

📋 copy color: '#DC6145'

red 220 ◦ green 97 ◦ blue 69

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

Shades of Flamingo #DC6145

Tints of Flamingo #DC6145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

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

R = 56.99%
G = 25.13%
B = 17.88%

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

#DC6145 (or 0xDC6145) is known color: Flamingo. HEX triplet: DC, 61 and 45. RGB value is (220,97,69). Sum of RGB (Red+Green+Blue) = 220+97+69=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6145 is #239EBA. Grayscale: #828282. Windows color (decimal): -2334395 or 4547036. OLE color: 4547036.

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

Color convert

RGB 220 97 69 -
CMYK 0 0.56 0.69 0.14
HSL 11.13º 0.68% 0.57% -
HSV(B) 11.13º 0.69% 0.86% -
XYZ 34.86 24.19 8.46 -
YUV 130.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 220 97 69 0 0.56 0.69 0.14 11.13 0.68 0.57
Hex DC 61 45 0 38 45 E B 44 39
Octal 334 141 105 0 70 105 16 13 104 71
Binary 11011100 1100001 1000101 0 111000 1000101 1110 1011 1000100 111001

Color Harmonies of #DC6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6145

Black with #DC6145

Text Example


Text Example

White with #DC6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6145; }

 p { color: rgb(220,97,69); }

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

background-color css

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

 a { background-color: rgb(220,97,69); }

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

border-color css

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

 span { border-color: rgb(220,97,69); }

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