Html Css Color HEX #DA6345 Flamingo

📋 copy color: '#DA6345'

red 218 ◦ green 99 ◦ blue 69

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

Shades of Flamingo #DA6345

Tints of Flamingo #DA6345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 56.48%
G = 25.65%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA6345 (or 0xDA6345) is known color: Flamingo. HEX triplet: DA, 63 and 45. RGB value is (218,99,69). Sum of RGB (Red+Green+Blue) = 218+99+69=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6345 is #259CBA. Grayscale: #838383. Windows color (decimal): -2464955 or 4547546. OLE color: 4547546.

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

Color convert

RGB 218 99 69 -
CMYK 0 0.55 0.68 0.15
HSL 12.08º 0.67% 0.56% -
HSV(B) 12.08º 0.68% 0.85% -
XYZ 34.45 24.26 8.5 -
YUV 131.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 218 99 69 0 0.55 0.68 0.15 12.08 0.67 0.56
Hex DA 63 45 0 37 44 F C 43 38
Octal 332 143 105 0 67 104 17 14 103 70
Binary 11011010 1100011 1000101 0 110111 1000100 1111 1100 1000011 111000

Color Harmonies of #DA6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6345

Black with #DA6345

Text Example


Text Example

White with #DA6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6345; }

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

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

background-color css

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

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

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

border-color css

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

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

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