Html Css Color HEX #DF6342 Flamingo

📋 copy color: '#DF6342'

red 223 ◦ green 99 ◦ blue 66

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

Shades of Flamingo #DF6342

Tints of Flamingo #DF6342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

 BLUE value IS 66 (26.17% from 255) = 17.01%

R = 57.47%
G = 25.52%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF6342 (or 0xDF6342) is known color: Flamingo. HEX triplet: DF, 63 and 42. RGB value is (223,99,66). Sum of RGB (Red+Green+Blue) = 223+99+66=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6342 is #209CBD. Grayscale: #848484. Windows color (decimal): -2137278 or 4350943. OLE color: 4350943.

HSL color Cylindrical-coordinate representation of color #DF6342: hue angle of 12.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF6342 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 99 66 -
CMYK 0 0.56 0.70 0.13
HSL 12.61º 0.71% 0.57% -
HSV(B) 12.61º 0.7% 0.87% -
XYZ 35.88 25.01 8.09 -
YUV 132.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 223 99 66 0 0.56 0.70 0.13 12.61 0.71 0.57
Hex DF 63 42 0 38 46 D D 47 39
Octal 337 143 102 0 70 106 15 15 107 71
Binary 11011111 1100011 1000010 0 111000 1000110 1101 1101 1000111 111001

Color Harmonies of #DF6342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6342

Black with #DF6342

Text Example


Text Example

White with #DF6342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6342; }

 p { color: rgb(223,99,66); }

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

background-color css

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

 a { background-color: rgb(223,99,66); }

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

border-color css

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

 span { border-color: rgb(223,99,66); }

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