Html Css Color HEX #D96746 Flamingo

📋 copy color: '#D96746'

red 217 ◦ green 103 ◦ blue 70

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

Shades of Flamingo #D96746

Tints of Flamingo #D96746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

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

R = 55.64%
G = 26.41%
B = 17.95%

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

#D96746 (or 0xD96746) is known color: Flamingo. HEX triplet: D9, 67 and 46. RGB value is (217,103,70). Sum of RGB (Red+Green+Blue) = 217+103+70=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D96746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96746 is #2698B9. Grayscale: #858585. Windows color (decimal): -2529466 or 4614105. OLE color: 4614105.

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

Color convert

RGB 217 103 70 -
CMYK 0 0.53 0.68 0.15
HSL 13.47º 0.66% 0.56% -
HSV(B) 13.47º 0.68% 0.85% -
XYZ 34.57 24.89 8.78 -
YUV 133.32 92.27 187.68 -
System Red Green Blue C M Y K H S L
Decimal 217 103 70 0 0.53 0.68 0.15 13.47 0.66 0.56
Hex D9 67 46 0 35 44 F D 42 38
Octal 331 147 106 0 65 104 17 15 102 70
Binary 11011001 1100111 1000110 0 110101 1000100 1111 1101 1000010 111000

Color Harmonies of #D96746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96746

Black with #D96746

Text Example


Text Example

White with #D96746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96746; }

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

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

background-color css

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

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

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

border-color css

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

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

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