Html Css Color HEX #D96544 Flamingo

📋 copy color: '#D96544'

red 217 ◦ green 101 ◦ blue 68

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

Shades of Flamingo #D96544

Tints of Flamingo #D96544

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.17%

 BLUE value IS 68 (26.95% from 255) = 17.62%

R = 56.22%
G = 26.17%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D96544 (or 0xD96544) is known color: Flamingo. HEX triplet: D9, 65 and 44. RGB value is (217,101,68). Sum of RGB (Red+Green+Blue) = 217+101+68=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D96544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96544 is #269ABB. Grayscale: #848484. Windows color (decimal): -2529980 or 4482521. OLE color: 4482521.

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

Color convert

RGB 217 101 68 -
CMYK 0 0.53 0.69 0.15
HSL 13.29º 0.66% 0.56% -
HSV(B) 13.29º 0.69% 0.85% -
XYZ 34.31 24.48 8.38 -
YUV 131.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 217 101 68 0 0.53 0.69 0.15 13.29 0.66 0.56
Hex D9 65 44 0 35 45 F D 42 38
Octal 331 145 104 0 65 105 17 15 102 70
Binary 11011001 1100101 1000100 0 110101 1000101 1111 1101 1000010 111000

Color Harmonies of #D96544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96544

Black with #D96544

Text Example


Text Example

White with #D96544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96544; }

 p { color: rgb(217,101,68); }

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

background-color css

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

 a { background-color: rgb(217,101,68); }

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

border-color css

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

 span { border-color: rgb(217,101,68); }

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