Html Css Color HEX #D76249 Flamingo

📋 copy color: '#D76249'

red 215 ◦ green 98 ◦ blue 73

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

Shades of Flamingo #D76249

Tints of Flamingo #D76249

RGB

 RED value IS 215 (84.38% from 255) = 55.7%

 GREEN value IS 98 (38.67% from 255) = 25.39%

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

R = 55.7%
G = 25.39%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D76249 (or 0xD76249) is known color: Flamingo. HEX triplet: D7, 62 and 49. RGB value is (215,98,73). Sum of RGB (Red+Green+Blue) = 215+98+73=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D76249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76249 is #289DB6. Grayscale: #828282. Windows color (decimal): -2661815 or 4809431. OLE color: 4809431.

HSL color Cylindrical-coordinate representation of color #D76249: hue angle of 10.56º degrees, saturation: 0.64, 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 #D76249 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 73 -
CMYK 0 0.54 0.66 0.16
HSL 10.56º 0.64% 0.56% -
HSV(B) 10.56º 0.66% 0.84% -
XYZ 33.59 23.66 9.1 -
YUV 130.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 215 98 73 0 0.54 0.66 0.16 10.56 0.64 0.56
Hex D7 62 49 0 36 42 10 B 40 38
Octal 327 142 111 0 66 102 20 13 100 70
Binary 11010111 1100010 1001001 0 110110 1000010 10000 1011 1000000 111000

Color Harmonies of #D76249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76249

Black with #D76249

Text Example


Text Example

White with #D76249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76249; }

 p { color: rgb(215,98,73); }

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

background-color css

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

 a { background-color: rgb(215,98,73); }

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

border-color css

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

 span { border-color: rgb(215,98,73); }

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