Html Css Color HEX #DC684A Flamingo

📋 copy color: '#DC684A'

red 220 ◦ green 104 ◦ blue 74

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

Shades of Flamingo #DC684A

Tints of Flamingo #DC684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.13%

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

R = 55.28%
G = 26.13%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC684A (or 0xDC684A) is known color: Flamingo. HEX triplet: DC, 68 and 4A. RGB value is (220,104,74). Sum of RGB (Red+Green+Blue) = 220+104+74=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC684A is #2397B5. Grayscale: #878787. Windows color (decimal): -2332598 or 4876508. OLE color: 4876508.

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

Color convert

RGB 220 104 74 -
CMYK 0 0.53 0.66 0.14
HSL 12.33º 0.68% 0.58% -
HSV(B) 12.33º 0.66% 0.86% -
XYZ 35.7 25.61 9.54 -
YUV 135.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 220 104 74 0 0.53 0.66 0.14 12.33 0.68 0.58
Hex DC 68 4A 0 35 42 E C 44 3A
Octal 334 150 112 0 65 102 16 14 104 72
Binary 11011100 1101000 1001010 0 110101 1000010 1110 1100 1000100 111010

Color Harmonies of #DC684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC684A

Black with #DC684A

Text Example


Text Example

White with #DC684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC684A; }

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

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

background-color css

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

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

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

border-color css

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

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

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