Html Css Color HEX #D76751 Flamingo

📋 copy color: '#D76751'

red 215 ◦ green 103 ◦ blue 81

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

Shades of Flamingo #D76751

Tints of Flamingo #D76751

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.81%

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

R = 53.88%
G = 25.81%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D76751 (or 0xD76751) is known color: Flamingo. HEX triplet: D7, 67 and 51. RGB value is (215,103,81). Sum of RGB (Red+Green+Blue) = 215+103+81=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D76751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76751 is #2898AE. Grayscale: #868686. Windows color (decimal): -2660527 or 5334999. OLE color: 5334999.

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

Color convert

RGB 215 103 81 -
CMYK 0 0.52 0.62 0.16
HSL 9.85º 0.63% 0.58% -
HSV(B) 9.85º 0.62% 0.84% -
XYZ 34.36 24.74 10.75 -
YUV 133.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 215 103 81 0 0.52 0.62 0.16 9.85 0.63 0.58
Hex D7 67 51 0 34 3E 10 A 3F 3A
Octal 327 147 121 0 64 76 20 12 77 72
Binary 11010111 1100111 1010001 0 110100 111110 10000 1010 111111 111010

Color Harmonies of #D76751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76751

Black with #D76751

Text Example


Text Example

White with #D76751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76751; }

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

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

background-color css

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

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

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

border-color css

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

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

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