Html Css Color HEX #DC674A Flamingo

📋 copy color: '#DC674A'

red 220 ◦ green 103 ◦ blue 74

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

Shades of Flamingo #DC674A

Tints of Flamingo #DC674A

RGB

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

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

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

R = 55.42%
G = 25.94%
B = 18.64%

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

#DC674A (or 0xDC674A) is known color: Flamingo. HEX triplet: DC, 67 and 4A. RGB value is (220,103,74). Sum of RGB (Red+Green+Blue) = 220+103+74=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC674A is #2398B5. Grayscale: #868686. Windows color (decimal): -2332854 or 4876252. OLE color: 4876252.

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

Color convert

RGB 220 103 74 -
CMYK 0 0.53 0.66 0.14
HSL 11.92º 0.68% 0.58% -
HSV(B) 11.92º 0.66% 0.86% -
XYZ 35.6 25.41 9.51 -
YUV 134.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 220 103 74 0 0.53 0.66 0.14 11.92 0.68 0.58
Hex DC 67 4A 0 35 42 E C 44 3A
Octal 334 147 112 0 65 102 16 14 104 72
Binary 11011100 1100111 1001010 0 110101 1000010 1110 1100 1000100 111010

Color Harmonies of #DC674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC674A

Black with #DC674A

Text Example


Text Example

White with #DC674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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