Html Css Color HEX #DC6947 Flamingo

📋 copy color: '#DC6947'

red 220 ◦ green 105 ◦ blue 71

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

Shades of Flamingo #DC6947

Tints of Flamingo #DC6947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.52%

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 55.56%
G = 26.52%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC6947 (or 0xDC6947) is known color: Flamingo. HEX triplet: DC, 69 and 47. RGB value is (220,105,71). Sum of RGB (Red+Green+Blue) = 220+105+71=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6947 is #2396B8. Grayscale: #878787. Windows color (decimal): -2332345 or 4680156. OLE color: 4680156.

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

Color convert

RGB 220 105 71 -
CMYK 0 0.52 0.68 0.14
HSL 13.69º 0.68% 0.57% -
HSV(B) 13.69º 0.68% 0.86% -
XYZ 35.7 25.77 9.05 -
YUV 135.51 91.6 188.26 -
System Red Green Blue C M Y K H S L
Decimal 220 105 71 0 0.52 0.68 0.14 13.69 0.68 0.57
Hex DC 69 47 0 34 44 E E 44 39
Octal 334 151 107 0 64 104 16 16 104 71
Binary 11011100 1101001 1000111 0 110100 1000100 1110 1110 1000100 111001

Color Harmonies of #DC6947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6947

Black with #DC6947

Text Example


Text Example

White with #DC6947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6947; }

 p { color: rgb(220,105,71); }

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

background-color css

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

 a { background-color: rgb(220,105,71); }

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

border-color css

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

 span { border-color: rgb(220,105,71); }

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