Html Css Color HEX #D96853 Flamingo

📋 copy color: '#D96853'

red 217 ◦ green 104 ◦ blue 83

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

Shades of Flamingo #D96853

Tints of Flamingo #D96853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.54%

R = 53.71%
G = 25.74%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D96853 (or 0xD96853) is known color: Flamingo. HEX triplet: D9, 68 and 53. RGB value is (217,104,83). Sum of RGB (Red+Green+Blue) = 217+104+83=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D96853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96853 is #2697AC. Grayscale: #878787. Windows color (decimal): -2529197 or 5466329. OLE color: 5466329.

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

Color convert

RGB 217 104 83 -
CMYK 0 0.52 0.62 0.15
HSL 9.4º 0.64% 0.59% -
HSV(B) 9.4º 0.62% 0.85% -
XYZ 35.13 25.28 11.21 -
YUV 135.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 217 104 83 0 0.52 0.62 0.15 9.4 0.64 0.59
Hex D9 68 53 0 34 3E F 9 40 3B
Octal 331 150 123 0 64 76 17 11 100 73
Binary 11011001 1101000 1010011 0 110100 111110 1111 1001 1000000 111011

Color Harmonies of #D96853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96853

Black with #D96853

Text Example


Text Example

White with #D96853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96853; }

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

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

background-color css

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

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

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

border-color css

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

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

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