Html Css Color HEX #DC664A Flamingo

📋 copy color: '#DC664A'

red 220 ◦ green 102 ◦ blue 74

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

Shades of Flamingo #DC664A

Tints of Flamingo #DC664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.76%

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

R = 55.56%
G = 25.76%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC664A (or 0xDC664A) is known color: Flamingo. HEX triplet: DC, 66 and 4A. RGB value is (220,102,74). Sum of RGB (Red+Green+Blue) = 220+102+74=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC664A is #2399B5. Grayscale: #868686. Windows color (decimal): -2333110 or 4875996. OLE color: 4875996.

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

Color convert

RGB 220 102 74 -
CMYK 0 0.54 0.66 0.14
HSL 11.51º 0.68% 0.58% -
HSV(B) 11.51º 0.66% 0.86% -
XYZ 35.5 25.21 9.47 -
YUV 134.09 94.09 189.28 -
System Red Green Blue C M Y K H S L
Decimal 220 102 74 0 0.54 0.66 0.14 11.51 0.68 0.58
Hex DC 66 4A 0 36 42 E C 44 3A
Octal 334 146 112 0 66 102 16 14 104 72
Binary 11011100 1100110 1001010 0 110110 1000010 1110 1100 1000100 111010

Color Harmonies of #DC664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC664A

Black with #DC664A

Text Example


Text Example

White with #DC664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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