Html Css Color HEX #D76A4E Flamingo

📋 copy color: '#D76A4E'

red 215 ◦ green 106 ◦ blue 78

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

Shades of Flamingo #D76A4E

Tints of Flamingo #D76A4E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 78 (30.86% from 255) = 19.55%

R = 53.88%
G = 26.57%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D76A4E (or 0xD76A4E) is known color: Flamingo. HEX triplet: D7, 6A and 4E. RGB value is (215,106,78). Sum of RGB (Red+Green+Blue) = 215+106+78=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A4E is #2895B1. Grayscale: #878787. Windows color (decimal): -2659762 or 5139159. OLE color: 5139159.

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

Color convert

RGB 215 106 78 -
CMYK 0 0.51 0.64 0.16
HSL 12.26º 0.63% 0.57% -
HSV(B) 12.26º 0.64% 0.84% -
XYZ 34.55 25.31 10.27 -
YUV 135.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 215 106 78 0 0.51 0.64 0.16 12.26 0.63 0.57
Hex D7 6A 4E 0 33 40 10 C 3F 39
Octal 327 152 116 0 63 100 20 14 77 71
Binary 11010111 1101010 1001110 0 110011 1000000 10000 1100 111111 111001

Color Harmonies of #D76A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A4E

Black with #D76A4E

Text Example


Text Example

White with #D76A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A4E; }

 p { color: rgb(215,106,78); }

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

background-color css

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

 a { background-color: rgb(215,106,78); }

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

border-color css

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

 span { border-color: rgb(215,106,78); }

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