Html Css Color HEX #DC6748 Flamingo

📋 copy color: '#DC6748'

red 220 ◦ green 103 ◦ blue 72

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

Shades of Flamingo #DC6748

Tints of Flamingo #DC6748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.08%

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 55.7%
G = 26.08%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC6748 (or 0xDC6748) is known color: Flamingo. HEX triplet: DC, 67 and 48. RGB value is (220,103,72). Sum of RGB (Red+Green+Blue) = 220+103+72=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6748 is #2398B7. Grayscale: #868686. Windows color (decimal): -2332856 or 4745180. OLE color: 4745180.

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

Color convert

RGB 220 103 72 -
CMYK 0 0.53 0.67 0.14
HSL 12.57º 0.68% 0.57% -
HSV(B) 12.57º 0.67% 0.86% -
XYZ 35.54 25.38 9.16 -
YUV 134.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 220 103 72 0 0.53 0.67 0.14 12.57 0.68 0.57
Hex DC 67 48 0 35 43 E D 44 39
Octal 334 147 110 0 65 103 16 15 104 71
Binary 11011100 1100111 1001000 0 110101 1000011 1110 1101 1000100 111001

Color Harmonies of #DC6748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6748

Black with #DC6748

Text Example


Text Example

White with #DC6748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6748; }

 p { color: rgb(220,103,72); }

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

background-color css

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

 a { background-color: rgb(220,103,72); }

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

border-color css

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

 span { border-color: rgb(220,103,72); }

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