Html Css Color HEX #DC6948 Flamingo

📋 copy color: '#DC6948'

red 220 ◦ green 105 ◦ blue 72

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

Shades of Flamingo #DC6948

Tints of Flamingo #DC6948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 55.42%
G = 26.45%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC6948 (or 0xDC6948) is known color: Flamingo. HEX triplet: DC, 69 and 48. RGB value is (220,105,72). Sum of RGB (Red+Green+Blue) = 220+105+72=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6948 is #2396B7. Grayscale: #878787. Windows color (decimal): -2332344 or 4745692. OLE color: 4745692.

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

Color convert

RGB 220 105 72 -
CMYK 0 0.52 0.67 0.14
HSL 13.38º 0.68% 0.57% -
HSV(B) 13.38º 0.67% 0.86% -
XYZ 35.74 25.79 9.22 -
YUV 135.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 220 105 72 0 0.52 0.67 0.14 13.38 0.68 0.57
Hex DC 69 48 0 34 43 E D 44 39
Octal 334 151 110 0 64 103 16 15 104 71
Binary 11011100 1101001 1001000 0 110100 1000011 1110 1101 1000100 111001

Color Harmonies of #DC6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6948

Black with #DC6948

Text Example


Text Example

White with #DC6948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6948; }

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

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

background-color css

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

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

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

border-color css

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

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

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