Html Css Color HEX #DC6A4F Flamingo

📋 copy color: '#DC6A4F'

red 220 ◦ green 106 ◦ blue 79

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

Shades of Flamingo #DC6A4F

Tints of Flamingo #DC6A4F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

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

R = 54.32%
G = 26.17%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC6A4F (or 0xDC6A4F) is known color: Flamingo. HEX triplet: DC, 6A and 4F. RGB value is (220,106,79). Sum of RGB (Red+Green+Blue) = 220+106+79=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A4F is #2395B0. Grayscale: #898989. Windows color (decimal): -2332081 or 5204700. OLE color: 5204700.

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

Color convert

RGB 220 106 79 -
CMYK 0 0.52 0.64 0.14
HSL 11.49º 0.67% 0.59% -
HSV(B) 11.49º 0.64% 0.86% -
XYZ 36.08 26.09 10.53 -
YUV 137.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 220 106 79 0 0.52 0.64 0.14 11.49 0.67 0.59
Hex DC 6A 4F 0 34 40 E B 43 3B
Octal 334 152 117 0 64 100 16 13 103 73
Binary 11011100 1101010 1001111 0 110100 1000000 1110 1011 1000011 111011

Color Harmonies of #DC6A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A4F

Black with #DC6A4F

Text Example


Text Example

White with #DC6A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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