Html Css Color HEX #DF674F Flamingo

📋 copy color: '#DF674F'

red 223 ◦ green 103 ◦ blue 79

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

Shades of Flamingo #DF674F

Tints of Flamingo #DF674F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.51%

R = 55.06%
G = 25.43%
B = 19.51%

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

#DF674F (or 0xDF674F) is known color: Flamingo. HEX triplet: DF, 67 and 4F. RGB value is (223,103,79). Sum of RGB (Red+Green+Blue) = 223+103+79=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF674F is #2098B0. Grayscale: #888888. Windows color (decimal): -2136241 or 5203935. OLE color: 5203935.

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

Color convert

RGB 223 103 79 -
CMYK 0 0.54 0.65 0.13
HSL 10º 0.69% 0.59% -
HSV(B) 10º 0.65% 0.87% -
XYZ 36.69 25.95 10.47 -
YUV 136.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 223 103 79 0 0.54 0.65 0.13 10 0.69 0.59
Hex DF 67 4F 0 36 41 D A 45 3B
Octal 337 147 117 0 66 101 15 12 105 73
Binary 11011111 1100111 1001111 0 110110 1000001 1101 1010 1000101 111011

Color Harmonies of #DF674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF674F

Black with #DF674F

Text Example


Text Example

White with #DF674F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF674F; }

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

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

background-color css

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

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

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

border-color css

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

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

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