Html Css Color HEX #DD674C Flamingo

📋 copy color: '#DD674C'

red 221 ◦ green 103 ◦ blue 76

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

Shades of Flamingo #DD674C

Tints of Flamingo #DD674C

RGB

 RED value IS 221 (86.72% from 255) = 55.25%

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

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

R = 55.25%
G = 25.75%
B = 19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD674C (or 0xDD674C) is known color: Flamingo. HEX triplet: DD, 67 and 4C. RGB value is (221,103,76). Sum of RGB (Red+Green+Blue) = 221+103+76=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD674C is #2298B3. Grayscale: #878787. Windows color (decimal): -2267316 or 5007325. OLE color: 5007325.

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

Color convert

RGB 221 103 76 -
CMYK 0 0.53 0.66 0.13
HSL 11.17º 0.68% 0.58% -
HSV(B) 11.17º 0.66% 0.87% -
XYZ 35.97 25.59 9.88 -
YUV 135.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 221 103 76 0 0.53 0.66 0.13 11.17 0.68 0.58
Hex DD 67 4C 0 35 42 D B 44 3A
Octal 335 147 114 0 65 102 15 13 104 72
Binary 11011101 1100111 1001100 0 110101 1000010 1101 1011 1000100 111010

Color Harmonies of #DD674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD674C

Black with #DD674C

Text Example


Text Example

White with #DD674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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