Html Css Color HEX #DC6344 Flamingo

📋 copy color: '#DC6344'

red 220 ◦ green 99 ◦ blue 68

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

Shades of Flamingo #DC6344

Tints of Flamingo #DC6344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 56.85%
G = 25.58%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC6344 (or 0xDC6344) is known color: Flamingo. HEX triplet: DC, 63 and 44. RGB value is (220,99,68). Sum of RGB (Red+Green+Blue) = 220+99+68=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6344 is #239CBB. Grayscale: #838383. Windows color (decimal): -2333884 or 4482012. OLE color: 4482012.

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

Color convert

RGB 220 99 68 -
CMYK 0 0.55 0.69 0.14
HSL 12.24º 0.68% 0.56% -
HSV(B) 12.24º 0.69% 0.86% -
XYZ 35.02 24.56 8.36 -
YUV 131.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 220 99 68 0 0.55 0.69 0.14 12.24 0.68 0.56
Hex DC 63 44 0 37 45 E C 44 38
Octal 334 143 104 0 67 105 16 14 104 70
Binary 11011100 1100011 1000100 0 110111 1000101 1110 1100 1000100 111000

Color Harmonies of #DC6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6344

Black with #DC6344

Text Example


Text Example

White with #DC6344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6344; }

 p { color: rgb(220,99,68); }

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

background-color css

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

 a { background-color: rgb(220,99,68); }

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

border-color css

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

 span { border-color: rgb(220,99,68); }

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