Html Css Color HEX #D96046 Flamingo

📋 copy color: '#D96046'

red 217 ◦ green 96 ◦ blue 70

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

Shades of Flamingo #D96046

Tints of Flamingo #D96046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 56.66%
G = 25.07%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96046 (or 0xD96046) is known color: Flamingo. HEX triplet: D9, 60 and 46. RGB value is (217,96,70). Sum of RGB (Red+Green+Blue) = 217+96+70=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D96046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96046 is #269FB9. Grayscale: #818181. Windows color (decimal): -2531258 or 4612313. OLE color: 4612313.

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

Color convert

RGB 217 96 70 -
CMYK 0 0.56 0.68 0.15
HSL 10.61º 0.66% 0.56% -
HSV(B) 10.61º 0.68% 0.85% -
XYZ 33.9 23.56 8.55 -
YUV 129.22 94.59 190.61 -
System Red Green Blue C M Y K H S L
Decimal 217 96 70 0 0.56 0.68 0.15 10.61 0.66 0.56
Hex D9 60 46 0 38 44 F B 42 38
Octal 331 140 106 0 70 104 17 13 102 70
Binary 11011001 1100000 1000110 0 111000 1000100 1111 1011 1000010 111000

Color Harmonies of #D96046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96046

Black with #D96046

Text Example


Text Example

White with #D96046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96046; }

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

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

background-color css

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

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

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

border-color css

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

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

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