Html Css Color HEX #DC6045 Flamingo

📋 copy color: '#DC6045'

red 220 ◦ green 96 ◦ blue 69

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

Shades of Flamingo #DC6045

Tints of Flamingo #DC6045

RGB

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

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

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

R = 57.14%
G = 24.94%
B = 17.92%

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

#DC6045 (or 0xDC6045) is known color: Flamingo. HEX triplet: DC, 60 and 45. RGB value is (220,96,69). Sum of RGB (Red+Green+Blue) = 220+96+69=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6045 is #239FBA. Grayscale: #828282. Windows color (decimal): -2334651 or 4546780. OLE color: 4546780.

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

Color convert

RGB 220 96 69 -
CMYK 0 0.56 0.69 0.14
HSL 10.73º 0.68% 0.57% -
HSV(B) 10.73º 0.69% 0.86% -
XYZ 34.77 24.01 8.43 -
YUV 130 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 220 96 69 0 0.56 0.69 0.14 10.73 0.68 0.57
Hex DC 60 45 0 38 45 E B 44 39
Octal 334 140 105 0 70 105 16 13 104 71
Binary 11011100 1100000 1000101 0 111000 1000101 1110 1011 1000100 111001

Color Harmonies of #DC6045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6045

Black with #DC6045

Text Example


Text Example

White with #DC6045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6045; }

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

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

background-color css

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

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

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

border-color css

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

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

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