Html Css Color HEX #D96345 Flamingo

📋 copy color: '#D96345'

red 217 ◦ green 99 ◦ blue 69

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

Shades of Flamingo #D96345

Tints of Flamingo #D96345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 56.36%
G = 25.71%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96345 (or 0xD96345) is known color: Flamingo. HEX triplet: D9, 63 and 45. RGB value is (217,99,69). Sum of RGB (Red+Green+Blue) = 217+99+69=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D96345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96345 is #269CBA. Grayscale: #838383. Windows color (decimal): -2530491 or 4547545. OLE color: 4547545.

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

Color convert

RGB 217 99 69 -
CMYK 0 0.54 0.68 0.15
HSL 12.16º 0.66% 0.56% -
HSV(B) 12.16º 0.68% 0.85% -
XYZ 34.15 24.11 8.48 -
YUV 130.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 217 99 69 0 0.54 0.68 0.15 12.16 0.66 0.56
Hex D9 63 45 0 36 44 F C 42 38
Octal 331 143 105 0 66 104 17 14 102 70
Binary 11011001 1100011 1000101 0 110110 1000100 1111 1100 1000010 111000

Color Harmonies of #D96345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96345

Black with #D96345

Text Example


Text Example

White with #D96345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96345; }

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

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

background-color css

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

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

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

border-color css

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

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

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