Html Css Color HEX #D96051 Flamingo

📋 copy color: '#D96051'

red 217 ◦ green 96 ◦ blue 81

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

Shades of Flamingo #D96051

Tints of Flamingo #D96051

RGB

 RED value IS 217 (85.16% from 255) = 55.08%

 GREEN value IS 96 (37.89% from 255) = 24.37%

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

R = 55.08%
G = 24.37%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D96051 (or 0xD96051) is known color: Flamingo. HEX triplet: D9, 60 and 51. RGB value is (217,96,81). Sum of RGB (Red+Green+Blue) = 217+96+81=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D96051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96051 is #269FAE. Grayscale: #828282. Windows color (decimal): -2531247 or 5333209. OLE color: 5333209.

HSL color Cylindrical-coordinate representation of color #D96051: hue angle of 6.62º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D96051 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 81 -
CMYK 0 0.56 0.63 0.15
HSL 6.62º 0.64% 0.58% -
HSV(B) 6.62º 0.63% 0.85% -
XYZ 34.28 23.71 10.55 -
YUV 130.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 217 96 81 0 0.56 0.63 0.15 6.62 0.64 0.58
Hex D9 60 51 0 38 3F F 7 40 3A
Octal 331 140 121 0 70 77 17 7 100 72
Binary 11011001 1100000 1010001 0 111000 111111 1111 111 1000000 111010

Color Harmonies of #D96051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96051

Black with #D96051

Text Example


Text Example

White with #D96051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96051; }

 p { color: rgb(217,96,81); }

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

background-color css

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

 a { background-color: rgb(217,96,81); }

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

border-color css

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

 span { border-color: rgb(217,96,81); }

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