Html Css Color HEX #DC6E4B Flamingo

📋 copy color: '#DC6E4B'

red 220 ◦ green 110 ◦ blue 75

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

Shades of Flamingo #DC6E4B

Tints of Flamingo #DC6E4B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

 BLUE value IS 75 (29.69% from 255) = 18.52%

R = 54.32%
G = 27.16%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC6E4B (or 0xDC6E4B) is known color: Flamingo. HEX triplet: DC, 6E and 4B. RGB value is (220,110,75). Sum of RGB (Red+Green+Blue) = 220+110+75=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E4B is #2391B4. Grayscale: #8B8B8B. Windows color (decimal): -2331061 or 4943580. OLE color: 4943580.

HSL color Cylindrical-coordinate representation of color #DC6E4B: hue angle of 14.48º degrees, saturation: 0.67, 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 #DC6E4B is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 75 -
CMYK 0 0.50 0.66 0.14
HSL 14.48º 0.67% 0.58% -
HSV(B) 14.48º 0.66% 0.86% -
XYZ 36.36 26.88 9.93 -
YUV 138.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 220 110 75 0 0.50 0.66 0.14 14.48 0.67 0.58
Hex DC 6E 4B 0 32 42 E E 43 3A
Octal 334 156 113 0 62 102 16 16 103 72
Binary 11011100 1101110 1001011 0 110010 1000010 1110 1110 1000011 111010

Color Harmonies of #DC6E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E4B

Black with #DC6E4B

Text Example


Text Example

White with #DC6E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E4B; }

 p { color: rgb(220,110,75); }

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

background-color css

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

 a { background-color: rgb(220,110,75); }

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

border-color css

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

 span { border-color: rgb(220,110,75); }

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