Html Css Color HEX #D76A54 Flamingo

📋 copy color: '#D76A54'

red 215 ◦ green 106 ◦ blue 84

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

Shades of Flamingo #D76A54

Tints of Flamingo #D76A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.74%

R = 53.09%
G = 26.17%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D76A54 (or 0xD76A54) is known color: Flamingo. HEX triplet: D7, 6A and 54. RGB value is (215,106,84). Sum of RGB (Red+Green+Blue) = 215+106+84=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A54 is #2895AB. Grayscale: #888888. Windows color (decimal): -2659756 or 5532375. OLE color: 5532375.

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

Color convert

RGB 215 106 84 -
CMYK 0 0.51 0.61 0.16
HSL 10.08º 0.62% 0.59% -
HSV(B) 10.08º 0.61% 0.84% -
XYZ 34.78 25.4 11.46 -
YUV 136.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 215 106 84 0 0.51 0.61 0.16 10.08 0.62 0.59
Hex D7 6A 54 0 33 3D 10 A 3E 3B
Octal 327 152 124 0 63 75 20 12 76 73
Binary 11010111 1101010 1010100 0 110011 111101 10000 1010 111110 111011

Color Harmonies of #D76A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A54

Black with #D76A54

Text Example


Text Example

White with #D76A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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