Html Css Color HEX #D76251 Flamingo

📋 copy color: '#D76251'

red 215 ◦ green 98 ◦ blue 81

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

Shades of Flamingo #D76251

Tints of Flamingo #D76251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.87%

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

R = 54.57%
G = 24.87%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D76251 (or 0xD76251) is known color: Flamingo. HEX triplet: D7, 62 and 51. RGB value is (215,98,81). Sum of RGB (Red+Green+Blue) = 215+98+81=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D76251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76251 is #289DAE. Grayscale: #838383. Windows color (decimal): -2661807 or 5333719. OLE color: 5333719.

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

Color convert

RGB 215 98 81 -
CMYK 0 0.54 0.62 0.16
HSL 7.61º 0.63% 0.58% -
HSV(B) 7.61º 0.62% 0.84% -
XYZ 33.88 23.78 10.59 -
YUV 131.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 215 98 81 0 0.54 0.62 0.16 7.61 0.63 0.58
Hex D7 62 51 0 36 3E 10 8 3F 3A
Octal 327 142 121 0 66 76 20 10 77 72
Binary 11010111 1100010 1010001 0 110110 111110 10000 1000 111111 111010

Color Harmonies of #D76251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76251

Black with #D76251

Text Example


Text Example

White with #D76251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76251; }

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

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

background-color css

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

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

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

border-color css

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

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

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