Html Css Color HEX #DC6B4A Flamingo

📋 copy color: '#DC6B4A'

red 220 ◦ green 107 ◦ blue 74

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

Shades of Flamingo #DC6B4A

Tints of Flamingo #DC6B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 54.86%
G = 26.68%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC6B4A (or 0xDC6B4A) is known color: Flamingo. HEX triplet: DC, 6B and 4A. RGB value is (220,107,74). Sum of RGB (Red+Green+Blue) = 220+107+74=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B4A is #2394B5. Grayscale: #898989. Windows color (decimal): -2331830 or 4877276. OLE color: 4877276.

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

Color convert

RGB 220 107 74 -
CMYK 0 0.51 0.66 0.14
HSL 13.56º 0.68% 0.58% -
HSV(B) 13.56º 0.66% 0.86% -
XYZ 36.01 26.23 9.64 -
YUV 137.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 220 107 74 0 0.51 0.66 0.14 13.56 0.68 0.58
Hex DC 6B 4A 0 33 42 E E 44 3A
Octal 334 153 112 0 63 102 16 16 104 72
Binary 11011100 1101011 1001010 0 110011 1000010 1110 1110 1000100 111010

Color Harmonies of #DC6B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B4A

Black with #DC6B4A

Text Example


Text Example

White with #DC6B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B4A; }

 p { color: rgb(220,107,74); }

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

background-color css

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

 a { background-color: rgb(220,107,74); }

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

border-color css

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

 span { border-color: rgb(220,107,74); }

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