Html Css Color HEX #D76750 Flamingo

📋 copy color: '#D76750'

red 215 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #D76750

Tints of Flamingo #D76750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 54.02%
G = 25.88%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D76750 (or 0xD76750) is known color: Flamingo. HEX triplet: D7, 67 and 50. RGB value is (215,103,80). Sum of RGB (Red+Green+Blue) = 215+103+80=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D76750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76750 is #2898AF. Grayscale: #868686. Windows color (decimal): -2660528 or 5269463. OLE color: 5269463.

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

Color convert

RGB 215 103 80 -
CMYK 0 0.52 0.63 0.16
HSL 10.22º 0.63% 0.58% -
HSV(B) 10.22º 0.63% 0.84% -
XYZ 34.32 24.73 10.55 -
YUV 133.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 215 103 80 0 0.52 0.63 0.16 10.22 0.63 0.58
Hex D7 67 50 0 34 3F 10 A 3F 3A
Octal 327 147 120 0 64 77 20 12 77 72
Binary 11010111 1100111 1010000 0 110100 111111 10000 1010 111111 111010

Color Harmonies of #D76750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76750

Black with #D76750

Text Example


Text Example

White with #D76750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76750; }

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

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

background-color css

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

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

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

border-color css

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

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

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