Html Css Color HEX #DC6C4F Flamingo

📋 copy color: '#DC6C4F'

red 220 ◦ green 108 ◦ blue 79

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

Shades of Flamingo #DC6C4F

Tints of Flamingo #DC6C4F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

 BLUE value IS 79 (31.25% from 255) = 19.41%

R = 54.05%
G = 26.54%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC6C4F (or 0xDC6C4F) is known color: Flamingo. HEX triplet: DC, 6C and 4F. RGB value is (220,108,79). Sum of RGB (Red+Green+Blue) = 220+108+79=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C4F is #2393B0. Grayscale: #8A8A8A. Windows color (decimal): -2331569 or 5205212. OLE color: 5205212.

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

Color convert

RGB 220 108 79 -
CMYK 0 0.51 0.64 0.14
HSL 12.34º 0.67% 0.59% -
HSV(B) 12.34º 0.64% 0.86% -
XYZ 36.29 26.51 10.6 -
YUV 138.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 220 108 79 0 0.51 0.64 0.14 12.34 0.67 0.59
Hex DC 6C 4F 0 33 40 E C 43 3B
Octal 334 154 117 0 63 100 16 14 103 73
Binary 11011100 1101100 1001111 0 110011 1000000 1110 1100 1000011 111011

Color Harmonies of #DC6C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C4F

Black with #DC6C4F

Text Example


Text Example

White with #DC6C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C4F; }

 p { color: rgb(220,108,79); }

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

background-color css

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

 a { background-color: rgb(220,108,79); }

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

border-color css

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

 span { border-color: rgb(220,108,79); }

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