Html Css Color HEX #D96344 Flamingo

📋 copy color: '#D96344'

red 217 ◦ green 99 ◦ blue 68

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

Shades of Flamingo #D96344

Tints of Flamingo #D96344

RGB

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

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

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

R = 56.51%
G = 25.78%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D96344 (or 0xD96344) is known color: Flamingo. HEX triplet: D9, 63 and 44. RGB value is (217,99,68). Sum of RGB (Red+Green+Blue) = 217+99+68=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D96344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96344 is #269CBB. Grayscale: #828282. Windows color (decimal): -2530492 or 4482009. OLE color: 4482009.

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

Color convert

RGB 217 99 68 -
CMYK 0 0.54 0.69 0.15
HSL 12.48º 0.66% 0.56% -
HSV(B) 12.48º 0.69% 0.85% -
XYZ 34.12 24.09 8.32 -
YUV 130.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 217 99 68 0 0.54 0.69 0.15 12.48 0.66 0.56
Hex D9 63 44 0 36 45 F C 42 38
Octal 331 143 104 0 66 105 17 14 102 70
Binary 11011001 1100011 1000100 0 110110 1000101 1111 1100 1000010 111000

Color Harmonies of #D96344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96344

Black with #D96344

Text Example


Text Example

White with #D96344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96344; }

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

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

background-color css

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

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

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

border-color css

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

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

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