Html Css Color HEX #DF674E Flamingo

📋 copy color: '#DF674E'

red 223 ◦ green 103 ◦ blue 78

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

Shades of Flamingo #DF674E

Tints of Flamingo #DF674E

RGB

 RED value IS 223 (87.5% from 255) = 55.2%

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

 BLUE value IS 78 (30.86% from 255) = 19.31%

R = 55.2%
G = 25.5%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF674E (or 0xDF674E) is known color: Flamingo. HEX triplet: DF, 67 and 4E. RGB value is (223,103,78). Sum of RGB (Red+Green+Blue) = 223+103+78=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF674E is #2098B1. Grayscale: #888888. Windows color (decimal): -2136242 or 5138399. OLE color: 5138399.

HSL color Cylindrical-coordinate representation of color #DF674E: hue angle of 10.34º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF674E is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 103 78 -
CMYK 0 0.54 0.65 0.13
HSL 10.34º 0.69% 0.59% -
HSV(B) 10.34º 0.65% 0.87% -
XYZ 36.66 25.94 10.28 -
YUV 136.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 223 103 78 0 0.54 0.65 0.13 10.34 0.69 0.59
Hex DF 67 4E 0 36 41 D A 45 3B
Octal 337 147 116 0 66 101 15 12 105 73
Binary 11011111 1100111 1001110 0 110110 1000001 1101 1010 1000101 111011

Color Harmonies of #DF674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF674E

Black with #DF674E

Text Example


Text Example

White with #DF674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF674E; }

 p { color: rgb(223,103,78); }

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

background-color css

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

 a { background-color: rgb(223,103,78); }

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

border-color css

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

 span { border-color: rgb(223,103,78); }

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