Html Css Color HEX #DF6948 Flamingo

📋 copy color: '#DF6948'

red 223 ◦ green 105 ◦ blue 72

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

Shades of Flamingo #DF6948

Tints of Flamingo #DF6948

RGB

 RED value IS 223 (87.5% from 255) = 55.75%

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

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

R = 55.75%
G = 26.25%
B = 18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF6948 (or 0xDF6948) is known color: Flamingo. HEX triplet: DF, 69 and 48. RGB value is (223,105,72). Sum of RGB (Red+Green+Blue) = 223+105+72=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6948 is #2096B7. Grayscale: #888888. Windows color (decimal): -2135736 or 4745695. OLE color: 4745695.

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

Color convert

RGB 223 105 72 -
CMYK 0 0.53 0.68 0.13
HSL 13.11º 0.7% 0.58% -
HSV(B) 13.11º 0.68% 0.87% -
XYZ 36.65 26.26 9.27 -
YUV 136.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 223 105 72 0 0.53 0.68 0.13 13.11 0.7 0.58
Hex DF 69 48 0 35 44 D D 46 3A
Octal 337 151 110 0 65 104 15 15 106 72
Binary 11011111 1101001 1001000 0 110101 1000100 1101 1101 1000110 111010

Color Harmonies of #DF6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6948

Black with #DF6948

Text Example


Text Example

White with #DF6948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6948; }

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

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

background-color css

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

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

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

border-color css

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

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

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