Html Css Color HEX #DC6751 Flamingo

📋 copy color: '#DC6751'

red 220 ◦ green 103 ◦ blue 81

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

Shades of Flamingo #DC6751

Tints of Flamingo #DC6751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.05%

R = 54.46%
G = 25.5%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC6751 (or 0xDC6751) is known color: Flamingo. HEX triplet: DC, 67 and 51. RGB value is (220,103,81). Sum of RGB (Red+Green+Blue) = 220+103+81=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6751 is #2398AE. Grayscale: #878787. Windows color (decimal): -2332847 or 5335004. OLE color: 5335004.

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

Color convert

RGB 220 103 81 -
CMYK 0 0.53 0.63 0.14
HSL 9.5º 0.67% 0.59% -
HSV(B) 9.5º 0.63% 0.86% -
XYZ 35.85 25.51 10.82 -
YUV 135.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 220 103 81 0 0.53 0.63 0.14 9.5 0.67 0.59
Hex DC 67 51 0 35 3F E 9 43 3B
Octal 334 147 121 0 65 77 16 11 103 73
Binary 11011100 1100111 1010001 0 110101 111111 1110 1001 1000011 111011

Color Harmonies of #DC6751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6751

Black with #DC6751

Text Example


Text Example

White with #DC6751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6751; }

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

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

background-color css

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

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

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

border-color css

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

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

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