Html Css Color HEX #D96851 Flamingo

📋 copy color: '#D96851'

red 217 ◦ green 104 ◦ blue 81

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

Shades of Flamingo #D96851

Tints of Flamingo #D96851

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.87%

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

R = 53.98%
G = 25.87%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D96851 (or 0xD96851) is known color: Flamingo. HEX triplet: D9, 68 and 51. RGB value is (217,104,81). Sum of RGB (Red+Green+Blue) = 217+104+81=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D96851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96851 is #2697AE. Grayscale: #878787. Windows color (decimal): -2529199 or 5335257. OLE color: 5335257.

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

Color convert

RGB 217 104 81 -
CMYK 0 0.52 0.63 0.15
HSL 10.15º 0.64% 0.58% -
HSV(B) 10.15º 0.63% 0.85% -
XYZ 35.05 25.25 10.81 -
YUV 135.17 97.44 186.37 -
System Red Green Blue C M Y K H S L
Decimal 217 104 81 0 0.52 0.63 0.15 10.15 0.64 0.58
Hex D9 68 51 0 34 3F F A 40 3A
Octal 331 150 121 0 64 77 17 12 100 72
Binary 11011001 1101000 1010001 0 110100 111111 1111 1010 1000000 111010

Color Harmonies of #D96851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96851

Black with #D96851

Text Example


Text Example

White with #D96851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96851; }

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

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

background-color css

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

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

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

border-color css

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

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

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