Html Css Color HEX #D96645 Flamingo

📋 copy color: '#D96645'

red 217 ◦ green 102 ◦ blue 69

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

Shades of Flamingo #D96645

Tints of Flamingo #D96645

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.29%

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

R = 55.93%
G = 26.29%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96645 (or 0xD96645) is known color: Flamingo. HEX triplet: D9, 66 and 45. RGB value is (217,102,69). Sum of RGB (Red+Green+Blue) = 217+102+69=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D96645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96645 is #2699BA. Grayscale: #848484. Windows color (decimal): -2529723 or 4548313. OLE color: 4548313.

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

Color convert

RGB 217 102 69 -
CMYK 0 0.53 0.68 0.15
HSL 13.38º 0.66% 0.56% -
HSV(B) 13.38º 0.68% 0.85% -
XYZ 34.44 24.68 8.58 -
YUV 132.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 217 102 69 0 0.53 0.68 0.15 13.38 0.66 0.56
Hex D9 66 45 0 35 44 F D 42 38
Octal 331 146 105 0 65 104 17 15 102 70
Binary 11011001 1100110 1000101 0 110101 1000100 1111 1101 1000010 111000

Color Harmonies of #D96645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96645

Black with #D96645

Text Example


Text Example

White with #D96645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96645; }

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

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

background-color css

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

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

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

border-color css

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

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

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