Html Css Color HEX #DC6750 Flamingo

📋 copy color: '#DC6750'

red 220 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #DC6750

Tints of Flamingo #DC6750

RGB

 RED value IS 220 (86.33% from 255) = 54.59%

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

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

R = 54.59%
G = 25.56%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC6750 (or 0xDC6750) is known color: Flamingo. HEX triplet: DC, 67 and 50. RGB value is (220,103,80). Sum of RGB (Red+Green+Blue) = 220+103+80=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6750 is #2398AF. Grayscale: #878787. Windows color (decimal): -2332848 or 5269468. OLE color: 5269468.

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

Color convert

RGB 220 103 80 -
CMYK 0 0.53 0.64 0.14
HSL 9.86º 0.67% 0.59% -
HSV(B) 9.86º 0.64% 0.86% -
XYZ 35.81 25.5 10.62 -
YUV 135.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 220 103 80 0 0.53 0.64 0.14 9.86 0.67 0.59
Hex DC 67 50 0 35 40 E A 43 3B
Octal 334 147 120 0 65 100 16 12 103 73
Binary 11011100 1100111 1010000 0 110101 1000000 1110 1010 1000011 111011

Color Harmonies of #DC6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6750

Black with #DC6750

Text Example


Text Example

White with #DC6750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6750; }

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

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

background-color css

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

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

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

border-color css

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

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

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