Html Css Color HEX #DC6545 Flamingo

📋 copy color: '#DC6545'

red 220 ◦ green 101 ◦ blue 69

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

Shades of Flamingo #DC6545

Tints of Flamingo #DC6545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.9%

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

R = 56.41%
G = 25.9%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC6545 (or 0xDC6545) is known color: Flamingo. HEX triplet: DC, 65 and 45. RGB value is (220,101,69). Sum of RGB (Red+Green+Blue) = 220+101+69=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6545 is #239ABA. Grayscale: #858585. Windows color (decimal): -2333371 or 4548060. OLE color: 4548060.

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

Color convert

RGB 220 101 69 -
CMYK 0 0.54 0.69 0.14
HSL 12.72º 0.68% 0.57% -
HSV(B) 12.72º 0.69% 0.86% -
XYZ 35.24 24.95 8.59 -
YUV 132.93 91.92 190.1 -
System Red Green Blue C M Y K H S L
Decimal 220 101 69 0 0.54 0.69 0.14 12.72 0.68 0.57
Hex DC 65 45 0 36 45 E D 44 39
Octal 334 145 105 0 66 105 16 15 104 71
Binary 11011100 1100101 1000101 0 110110 1000101 1110 1101 1000100 111001

Color Harmonies of #DC6545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6545

Black with #DC6545

Text Example


Text Example

White with #DC6545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6545; }

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

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

background-color css

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

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

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

border-color css

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

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

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