Html Css Color HEX #DC674C Flamingo

📋 copy color: '#DC674C'

red 220 ◦ green 103 ◦ blue 76

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

Shades of Flamingo #DC674C

Tints of Flamingo #DC674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.81%

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 55.14%
G = 25.81%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC674C (or 0xDC674C) is known color: Flamingo. HEX triplet: DC, 67 and 4C. RGB value is (220,103,76). Sum of RGB (Red+Green+Blue) = 220+103+76=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC674C is #2398B3. Grayscale: #878787. Windows color (decimal): -2332852 or 5007324. OLE color: 5007324.

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

Color convert

RGB 220 103 76 -
CMYK 0 0.53 0.65 0.14
HSL 11.25º 0.67% 0.58% -
HSV(B) 11.25º 0.65% 0.86% -
XYZ 35.67 25.44 9.87 -
YUV 134.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 220 103 76 0 0.53 0.65 0.14 11.25 0.67 0.58
Hex DC 67 4C 0 35 41 E B 43 3A
Octal 334 147 114 0 65 101 16 13 103 72
Binary 11011100 1100111 1001100 0 110101 1000001 1110 1011 1000011 111010

Color Harmonies of #DC674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC674C

Black with #DC674C

Text Example


Text Example

White with #DC674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC674C; }

 p { color: rgb(220,103,76); }

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

background-color css

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

 a { background-color: rgb(220,103,76); }

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

border-color css

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

 span { border-color: rgb(220,103,76); }

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