Html Css Color HEX #DA6343 Flamingo

📋 copy color: '#DA6343'

red 218 ◦ green 99 ◦ blue 67

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

Shades of Flamingo #DA6343

Tints of Flamingo #DA6343

RGB

 RED value IS 218 (85.55% from 255) = 56.77%

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

 BLUE value IS 67 (26.56% from 255) = 17.45%

R = 56.77%
G = 25.78%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA6343 (or 0xDA6343) is known color: Flamingo. HEX triplet: DA, 63 and 43. RGB value is (218,99,67). Sum of RGB (Red+Green+Blue) = 218+99+67=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6343 is #259CBC. Grayscale: #838383. Windows color (decimal): -2464957 or 4416474. OLE color: 4416474.

HSL color Cylindrical-coordinate representation of color #DA6343: hue angle of 12.72º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA6343 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 99 67 -
CMYK 0 0.55 0.69 0.15
HSL 12.72º 0.67% 0.56% -
HSV(B) 12.72º 0.69% 0.85% -
XYZ 34.39 24.23 8.18 -
YUV 130.93 91.92 190.1 -
System Red Green Blue C M Y K H S L
Decimal 218 99 67 0 0.55 0.69 0.15 12.72 0.67 0.56
Hex DA 63 43 0 37 45 F D 43 38
Octal 332 143 103 0 67 105 17 15 103 70
Binary 11011010 1100011 1000011 0 110111 1000101 1111 1101 1000011 111000

Color Harmonies of #DA6343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6343

Black with #DA6343

Text Example


Text Example

White with #DA6343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6343; }

 p { color: rgb(218,99,67); }

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

background-color css

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

 a { background-color: rgb(218,99,67); }

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

border-color css

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

 span { border-color: rgb(218,99,67); }

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