Html Css Color HEX #D96251 Flamingo

📋 copy color: '#D96251'

red 217 ◦ green 98 ◦ blue 81

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

Shades of Flamingo #D96251

Tints of Flamingo #D96251

RGB

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

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

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

R = 54.8%
G = 24.75%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D96251 (or 0xD96251) is known color: Flamingo. HEX triplet: D9, 62 and 51. RGB value is (217,98,81). Sum of RGB (Red+Green+Blue) = 217+98+81=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D96251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96251 is #269DAE. Grayscale: #838383. Windows color (decimal): -2530735 or 5333721. OLE color: 5333721.

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

Color convert

RGB 217 98 81 -
CMYK 0 0.55 0.63 0.15
HSL 7.5º 0.64% 0.58% -
HSV(B) 7.5º 0.63% 0.85% -
XYZ 34.47 24.08 10.62 -
YUV 131.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 217 98 81 0 0.55 0.63 0.15 7.5 0.64 0.58
Hex D9 62 51 0 37 3F F 8 40 3A
Octal 331 142 121 0 67 77 17 10 100 72
Binary 11011001 1100010 1010001 0 110111 111111 1111 1000 1000000 111010

Color Harmonies of #D96251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96251

Black with #D96251

Text Example


Text Example

White with #D96251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96251; }

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

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

background-color css

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

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

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

border-color css

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

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

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