Html Css Color HEX #DF674C Flamingo

📋 copy color: '#DF674C'

red 223 ◦ green 103 ◦ blue 76

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

Shades of Flamingo #DF674C

Tints of Flamingo #DF674C

RGB

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

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

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

R = 55.47%
G = 25.62%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF674C (or 0xDF674C) is known color: Flamingo. HEX triplet: DF, 67 and 4C. RGB value is (223,103,76). Sum of RGB (Red+Green+Blue) = 223+103+76=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF674C is #2098B3. Grayscale: #888888. Windows color (decimal): -2136244 or 5007327. OLE color: 5007327.

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

Color convert

RGB 223 103 76 -
CMYK 0 0.54 0.66 0.13
HSL 11.02º 0.7% 0.59% -
HSV(B) 11.02º 0.66% 0.87% -
XYZ 36.59 25.91 9.91 -
YUV 135.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 223 103 76 0 0.54 0.66 0.13 11.02 0.7 0.59
Hex DF 67 4C 0 36 42 D B 46 3B
Octal 337 147 114 0 66 102 15 13 106 73
Binary 11011111 1100111 1001100 0 110110 1000010 1101 1011 1000110 111011

Color Harmonies of #DF674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF674C

Black with #DF674C

Text Example


Text Example

White with #DF674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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