Html Css Color HEX #D96353 Flamingo

📋 copy color: '#D96353'

red 217 ◦ green 99 ◦ blue 83

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

Shades of Flamingo #D96353

Tints of Flamingo #D96353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.81%

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

R = 54.39%
G = 24.81%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D96353 (or 0xD96353) is known color: Flamingo. HEX triplet: D9, 63 and 53. RGB value is (217,99,83). Sum of RGB (Red+Green+Blue) = 217+99+83=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D96353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96353 is #269CAC. Grayscale: #848484. Windows color (decimal): -2530477 or 5465049. OLE color: 5465049.

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

Color convert

RGB 217 99 83 -
CMYK 0 0.54 0.62 0.15
HSL 7.16º 0.64% 0.59% -
HSV(B) 7.16º 0.62% 0.85% -
XYZ 34.64 24.3 11.05 -
YUV 132.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 217 99 83 0 0.54 0.62 0.15 7.16 0.64 0.59
Hex D9 63 53 0 36 3E F 7 40 3B
Octal 331 143 123 0 66 76 17 7 100 73
Binary 11011001 1100011 1010011 0 110110 111110 1111 111 1000000 111011

Color Harmonies of #D96353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96353

Black with #D96353

Text Example


Text Example

White with #D96353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96353; }

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

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

background-color css

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

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

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

border-color css

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

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

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