Html Css Color HEX #DD6045 Flamingo

📋 copy color: '#DD6045'

red 221 ◦ green 96 ◦ blue 69

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

Shades of Flamingo #DD6045

Tints of Flamingo #DD6045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 57.25%
G = 24.87%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD6045 (or 0xDD6045) is known color: Flamingo. HEX triplet: DD, 60 and 45. RGB value is (221,96,69). Sum of RGB (Red+Green+Blue) = 221+96+69=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6045 is #229FBA. Grayscale: #828282. Windows color (decimal): -2269115 or 4546781. OLE color: 4546781.

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

Color convert

RGB 221 96 69 -
CMYK 0 0.57 0.69 0.13
HSL 10.66º 0.69% 0.57% -
HSV(B) 10.66º 0.69% 0.87% -
XYZ 35.08 24.17 8.45 -
YUV 130.3 93.41 192.7 -
System Red Green Blue C M Y K H S L
Decimal 221 96 69 0 0.57 0.69 0.13 10.66 0.69 0.57
Hex DD 60 45 0 39 45 D B 45 39
Octal 335 140 105 0 71 105 15 13 105 71
Binary 11011101 1100000 1000101 0 111001 1000101 1101 1011 1000101 111001

Color Harmonies of #DD6045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6045

Black with #DD6045

Text Example


Text Example

White with #DD6045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6045; }

 p { color: rgb(221,96,69); }

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

background-color css

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

 a { background-color: rgb(221,96,69); }

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

border-color css

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

 span { border-color: rgb(221,96,69); }

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