Html Css Color HEX #D66749 Flamingo

📋 copy color: '#D66749'

red 214 ◦ green 103 ◦ blue 73

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

Shades of Flamingo #D66749

Tints of Flamingo #D66749

RGB

 RED value IS 214 (83.98% from 255) = 54.87%

 GREEN value IS 103 (40.63% from 255) = 26.41%

 BLUE value IS 73 (28.91% from 255) = 18.72%

R = 54.87%
G = 26.41%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D66749 (or 0xD66749) is known color: Flamingo. HEX triplet: D6, 67 and 49. RGB value is (214,103,73). Sum of RGB (Red+Green+Blue) = 214+103+73=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D66749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66749 is #2998B6. Grayscale: #858585. Windows color (decimal): -2726071 or 4810710. OLE color: 4810710.

HSL color Cylindrical-coordinate representation of color #D66749: hue angle of 12.77º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D66749 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 73 -
CMYK 0 0.52 0.66 0.16
HSL 12.77º 0.63% 0.56% -
HSV(B) 12.77º 0.66% 0.84% -
XYZ 33.78 24.48 9.25 -
YUV 132.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 214 103 73 0 0.52 0.66 0.16 12.77 0.63 0.56
Hex D6 67 49 0 34 42 10 D 3F 38
Octal 326 147 111 0 64 102 20 15 77 70
Binary 11010110 1100111 1001001 0 110100 1000010 10000 1101 111111 111000

Color Harmonies of #D66749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66749

Black with #D66749

Text Example


Text Example

White with #D66749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66749; }

 p { color: rgb(214,103,73); }

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

background-color css

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

 a { background-color: rgb(214,103,73); }

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

border-color css

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

 span { border-color: rgb(214,103,73); }

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