Html Css Color HEX #D76B51 Flamingo

📋 copy color: '#D76B51'

red 215 ◦ green 107 ◦ blue 81

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

Shades of Flamingo #D76B51

Tints of Flamingo #D76B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.55%

 BLUE value IS 81 (32.03% from 255) = 20.1%

R = 53.35%
G = 26.55%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D76B51 (or 0xD76B51) is known color: Flamingo. HEX triplet: D7, 6B and 51. RGB value is (215,107,81). Sum of RGB (Red+Green+Blue) = 215+107+81=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B51 is #2894AE. Grayscale: #888888. Windows color (decimal): -2659503 or 5336023. OLE color: 5336023.

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

Color convert

RGB 215 107 81 -
CMYK 0 0.50 0.62 0.16
HSL 11.64º 0.63% 0.58% -
HSV(B) 11.64º 0.62% 0.84% -
XYZ 34.77 25.56 10.89 -
YUV 136.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 215 107 81 0 0.50 0.62 0.16 11.64 0.63 0.58
Hex D7 6B 51 0 32 3E 10 C 3F 3A
Octal 327 153 121 0 62 76 20 14 77 72
Binary 11010111 1101011 1010001 0 110010 111110 10000 1100 111111 111010

Color Harmonies of #D76B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B51

Black with #D76B51

Text Example


Text Example

White with #D76B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B51; }

 p { color: rgb(215,107,81); }

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

background-color css

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

 a { background-color: rgb(215,107,81); }

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

border-color css

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

 span { border-color: rgb(215,107,81); }

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