Html Css Color HEX #D76649 Flamingo

📋 copy color: '#D76649'

red 215 ◦ green 102 ◦ blue 73

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

Shades of Flamingo #D76649

Tints of Flamingo #D76649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.15%

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

R = 55.13%
G = 26.15%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D76649 (or 0xD76649) is known color: Flamingo. HEX triplet: D7, 66 and 49. RGB value is (215,102,73). Sum of RGB (Red+Green+Blue) = 215+102+73=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D76649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76649 is #2899B6. Grayscale: #848484. Windows color (decimal): -2660791 or 4810455. OLE color: 4810455.

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

Color convert

RGB 215 102 73 -
CMYK 0 0.53 0.66 0.16
HSL 12.25º 0.64% 0.56% -
HSV(B) 12.25º 0.66% 0.84% -
XYZ 33.98 24.43 9.23 -
YUV 132.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 215 102 73 0 0.53 0.66 0.16 12.25 0.64 0.56
Hex D7 66 49 0 35 42 10 C 40 38
Octal 327 146 111 0 65 102 20 14 100 70
Binary 11010111 1100110 1001001 0 110101 1000010 10000 1100 1000000 111000

Color Harmonies of #D76649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76649

Black with #D76649

Text Example


Text Example

White with #D76649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76649; }

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

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

background-color css

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

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

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

border-color css

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

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

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