Html Css Color HEX #DD6750 Flamingo

📋 copy color: '#DD6750'

red 221 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #DD6750

Tints of Flamingo #DD6750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.8%

R = 54.7%
G = 25.5%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD6750 (or 0xDD6750) is known color: Flamingo. HEX triplet: DD, 67 and 50. RGB value is (221,103,80). Sum of RGB (Red+Green+Blue) = 221+103+80=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6750 is #2298AF. Grayscale: #878787. Windows color (decimal): -2267312 or 5269469. OLE color: 5269469.

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

Color convert

RGB 221 103 80 -
CMYK 0 0.53 0.64 0.13
HSL 9.79º 0.67% 0.59% -
HSV(B) 9.79º 0.64% 0.87% -
XYZ 36.12 25.65 10.64 -
YUV 135.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 221 103 80 0 0.53 0.64 0.13 9.79 0.67 0.59
Hex DD 67 50 0 35 40 D A 43 3B
Octal 335 147 120 0 65 100 15 12 103 73
Binary 11011101 1100111 1010000 0 110101 1000000 1101 1010 1000011 111011

Color Harmonies of #DD6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6750

Black with #DD6750

Text Example


Text Example

White with #DD6750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6750; }

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

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

background-color css

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

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

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

border-color css

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

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

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