Html Css Color HEX #DF6153 Flamingo

📋 copy color: '#DF6153'

red 223 ◦ green 97 ◦ blue 83

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

Shades of Flamingo #DF6153

Tints of Flamingo #DF6153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

 BLUE value IS 83 (32.81% from 255) = 20.6%

R = 55.33%
G = 24.07%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF6153 (or 0xDF6153) is known color: Flamingo. HEX triplet: DF, 61 and 53. RGB value is (223,97,83). Sum of RGB (Red+Green+Blue) = 223+97+83=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6153 is #209EAC. Grayscale: #858585. Windows color (decimal): -2137773 or 5464543. OLE color: 5464543.

HSL color Cylindrical-coordinate representation of color #DF6153: hue angle of 6º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF6153 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 97 83 -
CMYK 0 0.57 0.63 0.13
HSL 0.69% 0.6% -
HSV(B) 0.63% 0.87% -
XYZ 36.27 24.86 11.07 -
YUV 133.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 223 97 83 0 0.57 0.63 0.13 6 0.69 0.6
Hex DF 61 53 0 39 3F D 6 45 3C
Octal 337 141 123 0 71 77 15 6 105 74
Binary 11011111 1100001 1010011 0 111001 111111 1101 110 1000101 111100

Color Harmonies of #DF6153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6153

Black with #DF6153

Text Example


Text Example

White with #DF6153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6153; }

 p { color: rgb(223,97,83); }

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

background-color css

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

 a { background-color: rgb(223,97,83); }

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

border-color css

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

 span { border-color: rgb(223,97,83); }

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