Html Css Color HEX #D76551 Flamingo

📋 copy color: '#D76551'

red 215 ◦ green 101 ◦ blue 81

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

Shades of Flamingo #D76551

Tints of Flamingo #D76551

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

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

R = 54.16%
G = 25.44%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D76551 (or 0xD76551) is known color: Flamingo. HEX triplet: D7, 65 and 51. RGB value is (215,101,81). Sum of RGB (Red+Green+Blue) = 215+101+81=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D76551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76551 is #289AAE. Grayscale: #858585. Windows color (decimal): -2661039 or 5334487. OLE color: 5334487.

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

Color convert

RGB 215 101 81 -
CMYK 0 0.53 0.62 0.16
HSL 8.96º 0.63% 0.58% -
HSV(B) 8.96º 0.62% 0.84% -
XYZ 34.16 24.35 10.68 -
YUV 132.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 215 101 81 0 0.53 0.62 0.16 8.96 0.63 0.58
Hex D7 65 51 0 35 3E 10 9 3F 3A
Octal 327 145 121 0 65 76 20 11 77 72
Binary 11010111 1100101 1010001 0 110101 111110 10000 1001 111111 111010

Color Harmonies of #D76551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76551

Black with #D76551

Text Example


Text Example

White with #D76551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76551; }

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

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

background-color css

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

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

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

border-color css

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

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

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