Html Css Color HEX #DC6952 Flamingo

📋 copy color: '#DC6952'

red 220 ◦ green 105 ◦ blue 82

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

Shades of Flamingo #DC6952

Tints of Flamingo #DC6952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

 BLUE value IS 82 (32.42% from 255) = 20.15%

R = 54.05%
G = 25.8%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC6952 (or 0xDC6952) is known color: Flamingo. HEX triplet: DC, 69 and 52. RGB value is (220,105,82). Sum of RGB (Red+Green+Blue) = 220+105+82=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6952 is #2396AD. Grayscale: #888888. Windows color (decimal): -2332334 or 5401052. OLE color: 5401052.

HSL color Cylindrical-coordinate representation of color #DC6952: hue angle of 10º degrees, saturation: 0.66, 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 #DC6952 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 82 -
CMYK 0 0.52 0.63 0.14
HSL 10º 0.66% 0.59% -
HSV(B) 10º 0.63% 0.86% -
XYZ 36.09 25.93 11.09 -
YUV 136.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 220 105 82 0 0.52 0.63 0.14 10 0.66 0.59
Hex DC 69 52 0 34 3F E A 42 3B
Octal 334 151 122 0 64 77 16 12 102 73
Binary 11011100 1101001 1010010 0 110100 111111 1110 1010 1000010 111011

Color Harmonies of #DC6952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6952

Black with #DC6952

Text Example


Text Example

White with #DC6952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6952; }

 p { color: rgb(220,105,82); }

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

background-color css

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

 a { background-color: rgb(220,105,82); }

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

border-color css

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

 span { border-color: rgb(220,105,82); }

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