Html Css Color HEX #D76350 Flamingo

📋 copy color: '#D76350'

red 215 ◦ green 99 ◦ blue 80

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

Shades of Flamingo #D76350

Tints of Flamingo #D76350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

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

R = 54.57%
G = 25.13%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D76350 (or 0xD76350) is known color: Flamingo. HEX triplet: D7, 63 and 50. RGB value is (215,99,80). Sum of RGB (Red+Green+Blue) = 215+99+80=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D76350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76350 is #289CAF. Grayscale: #838383. Windows color (decimal): -2661552 or 5268439. OLE color: 5268439.

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

Color convert

RGB 215 99 80 -
CMYK 0 0.54 0.63 0.16
HSL 8.44º 0.63% 0.58% -
HSV(B) 8.44º 0.63% 0.84% -
XYZ 33.93 23.95 10.42 -
YUV 131.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 215 99 80 0 0.54 0.63 0.16 8.44 0.63 0.58
Hex D7 63 50 0 36 3F 10 8 3F 3A
Octal 327 143 120 0 66 77 20 10 77 72
Binary 11010111 1100011 1010000 0 110110 111111 10000 1000 111111 111010

Color Harmonies of #D76350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76350

Black with #D76350

Text Example


Text Example

White with #D76350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76350; }

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

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

background-color css

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

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

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

border-color css

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

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

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